diff --git a/.changes/windows-sys-0.59.md b/.changes/windows-sys-0.59.md new file mode 100644 index 0000000..77e18d3 --- /dev/null +++ b/.changes/windows-sys-0.59.md @@ -0,0 +1,5 @@ +--- +"window-vibrancy": "patch" +--- + +Update `windows-sys` crate to `0.59` diff --git a/Cargo.toml b/Cargo.toml index 696fd24..22f28bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ winit = "0.29" windows-version = "0.1" [target."cfg(target_os = \"windows\")".dependencies.windows-sys] - version = "0.52.0" + version = "0.59.0" features = [ "Win32_Foundation", "Win32_System_LibraryLoader",