diff --git a/crates/tauri-runtime-wry/Cargo.toml b/crates/tauri-runtime-wry/Cargo.toml index 2030326b6f53..ef713bb2d203 100644 --- a/crates/tauri-runtime-wry/Cargo.toml +++ b/crates/tauri-runtime-wry/Cargo.toml @@ -37,7 +37,7 @@ webview2-com = "0.34" softbuffer = { version = "0.4", default-features = false } [target."cfg(windows)".dependencies.windows] -version = "0.58" +version = "0.59" features = ["Win32_Foundation", "Win32_Graphics_Dwm"] [target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies] diff --git a/crates/tauri-runtime/Cargo.toml b/crates/tauri-runtime/Cargo.toml index 0e2171b9c574..e57a28d7aa2b 100644 --- a/crates/tauri-runtime/Cargo.toml +++ b/crates/tauri-runtime/Cargo.toml @@ -36,7 +36,7 @@ url = { version = "2" } dpi = { version = "0.1", features = ["serde"] } [target."cfg(windows)".dependencies.windows] -version = "0.58" +version = "0.59" features = ["Win32_Foundation"] [target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies] diff --git a/crates/tauri/Cargo.toml b/crates/tauri/Cargo.toml index 412d12ba2819..f14d5079d2ef 100644 --- a/crates/tauri/Cargo.toml +++ b/crates/tauri/Cargo.toml @@ -122,7 +122,7 @@ window-vibrancy = "0.5" [target."cfg(windows)".dependencies] webview2-com = "0.34" window-vibrancy = "0.5" -windows = { version = "0.58", features = ["Win32_Foundation"] } +windows = { version = "0.59", features = ["Win32_Foundation"] } # mobile [target.'cfg(any(target_os = "android", all(target_vendor = "apple", not(target_os = "macos"))))'.dependencies]