diff --git a/Cargo.toml b/Cargo.toml index f16f618..dd47471 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ features = ["Win32_Graphics_Gdi", "Win32_UI_WindowsAndMessaging", "Win32_Foundat [target.'cfg(target_os = "macos")'.dependencies] bytemuck = { version = "1.12.3", features = ["extern_crate_alloc"] } -cocoa = "0.24.0" +cocoa = "0.25.0" core-graphics = "0.22.3" foreign-types = "0.3.0" objc = "0.2.7"