mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-03-09 15:01:41 +00:00
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:
parent
50c2529904
commit
ceda820236
2 changed files with 2 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -2729,7 +2729,7 @@ dependencies = [
|
|||
"gstreamer-gl-x11",
|
||||
"gstreamer-video",
|
||||
"gtk4",
|
||||
"windows-sys 0.52.0",
|
||||
"windows-sys 0.59.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue