mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-09-03 10:13:47 +00:00
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:
parent
83388f4944
commit
29b349a76b
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue