gtk4: Update to windows-sys 0.59

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/2117>
This commit is contained in:
Sebastian Dröge 2025-03-03 17:24:53 +02:00
parent 50c2529904
commit ceda820236
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -2729,7 +2729,7 @@ dependencies = [
"gstreamer-gl-x11",
"gstreamer-video",
"gtk4",
"windows-sys 0.52.0",
"windows-sys 0.59.0",
]
[[package]]

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", features = ["Win32_Graphics_OpenGL", "Win32_Foundation", "Win32_Graphics_Gdi"] }
windows-sys = { version = "0.59", features = ["Win32_Graphics_OpenGL", "Win32_Foundation", "Win32_Graphics_Gdi"] }
[lib]
name = "gstgtk4"