Update to cocoa 0.25

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1281>
This commit is contained in:
Sebastian Dröge 2023-06-26 14:00:54 +03:00
parent e2c1dad0d5
commit b59680f437
2 changed files with 2 additions and 2 deletions

View file

@ -50,7 +50,7 @@ windows = { version = "0.48", features=["Win32_Graphics_Direct3D11",
"Win32_Graphics_Imaging", "Win32_System_Com", "Foundation_Numerics"], optional = true }
[target.'cfg(target_os = "macos")'.dependencies]
cocoa = "0.24"
cocoa = "0.25"
[build-dependencies]
gl_generator = { version = "0.14", optional = true }

View file

@ -20,7 +20,7 @@ anyhow = "1"
termion = { version = "2", optional = true }
[target.'cfg(target_os = "macos")'.dependencies]
cocoa = "0.24"
cocoa = "0.25"
objc = "0.2.7"
[features]