From 663c720f2a38fc3addf79af2e2061f0cb1630d2a Mon Sep 17 00:00:00 2001 From: Akarshan Date: Wed, 2 Jul 2025 10:14:56 +0530 Subject: [PATCH] Add windows-sys to cargo.toml --- src-tauri/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index fbbe36eed..c0e6439a1 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -62,6 +62,7 @@ nix = "=0.30.1" [target.'cfg(windows)'.dependencies] libc = "0.2.172" +windows-sys = "0.60.2" [target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies] tauri-plugin-updater = "2"