diff --git a/Cargo.toml b/Cargo.toml index d6ccf57e7..c6bdc59ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -87,7 +87,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"