From 4939ad0606f65397c0fe14f8bd985ebe2666cb43 Mon Sep 17 00:00:00 2001 From: Bernd Schoolmann Date: Sat, 14 Jun 2025 02:36:59 +0200 Subject: [PATCH] Fix deps --- apps/desktop/desktop_native/core/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/desktop/desktop_native/core/Cargo.toml b/apps/desktop/desktop_native/core/Cargo.toml index 577524e4787..c57cf1d2a39 100644 --- a/apps/desktop/desktop_native/core/Cargo.toml +++ b/apps/desktop/desktop_native/core/Cargo.toml @@ -67,6 +67,7 @@ windows = { workspace = true, features = [ "Storage_Streams", "Win32_Foundation", "Win32_Security_Credentials", + "Win32_Security_Cryptography", "Win32_System_WinRT", "Win32_UI_Input_KeyboardAndMouse", "Win32_UI_WindowsAndMessaging",