diff --git a/Cargo.toml b/Cargo.toml index 2f54ebf25..952e9a6da 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.25" -core-graphics = "0.22" +core-graphics = "0.23" objc = "0.2" objc_id = "0.1" winit = { version = "0.28", features = [ "serde" ], optional = true }