From bac64da8b8e5a4482149fbb6185801d07d117858 Mon Sep 17 00:00:00 2001 From: Mads Marquart Date: Tue, 29 Aug 2023 08:56:49 +0200 Subject: [PATCH] Update macOS dependencies --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9bf10e9..572c21d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,8 +51,8 @@ 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.25.0" -core-graphics = "0.22.3" -foreign-types = "0.3.0" +core-graphics = "0.23.1" +foreign-types = "0.5.0" objc = "0.2.7" [target.'cfg(target_arch = "wasm32")'.dependencies]