Update windows-sys dependency from ">=0.52, <=0.59" to ">=0.52, <=0.60"

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/2298>
This commit is contained in:
Sebastian Dröge 2025-06-16 14:32:22 +03:00
parent 83388f4944
commit 29b349a76b
2 changed files with 2 additions and 2 deletions

View file

@ -30,7 +30,7 @@ bitflags = "2.6.0"
libc = "0.2"
[target.'cfg(target_os = "windows")'.dependencies]
windows-sys = { version = ">=0.52, <=0.59", features = ["Win32_Foundation"] }
windows-sys = { version = ">=0.52, <=0.60", features = ["Win32_Foundation"] }
[target.'cfg(not(target_os = "android"))'.dependencies]
getifaddrs = "0.1"

View file

@ -30,7 +30,7 @@ gst-gl = { workspace = true, features = ["v1_16"] }
[target.'cfg(target_os = "windows")'.dependencies]
gdk-win32.workspace = true
gst-gl = { workspace = true, features = ["v1_20"] }
windows-sys = { version = ">=0.52, <=0.59", features = ["Win32_Graphics_OpenGL", "Win32_Foundation", "Win32_Graphics_Gdi"] }
windows-sys = { version = ">=0.52, <=0.60", features = ["Win32_Graphics_OpenGL", "Win32_Foundation", "Win32_Graphics_Gdi"] }
[lib]
name = "gstgtk4"