diff --git a/Cargo.toml b/Cargo.toml index 13687cfad..2f54ebf25 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -86,7 +86,7 @@ winit = { version = "0.28", features = [ "serde" ], optional = true } [target."cfg(any(target_os = \"ios\", target_os = \"macos\"))".dependencies] block = "0.1" -cocoa = "0.24" +cocoa = "0.25" core-graphics = "0.22" objc = "0.2" objc_id = "0.1"