Add windows-sys to cargo.toml

This commit is contained in:
Akarshan 2025-07-02 10:14:56 +05:30 committed by Louis
parent 449bf17692
commit 663c720f2a
No known key found for this signature in database
GPG Key ID: 44FA9F4D33C37DE2

View File

@ -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"