forked from mirrors/gstreamer-rs
Update to cocoa 0.25
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1290>
This commit is contained in:
parent
5cf82ac910
commit
d05ebfaf45
2 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@ windows = { version = "0.48", features=["Win32_Graphics_Direct3D11",
|
|||
"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 }
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue