From b3964aefbcab8ff098afabf64befa04a4eebd993 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Fri, 27 Jun 2025 21:18:09 +0200 Subject: Update mac version to use objc2 --- Cargo.toml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 63bbabc..b0f05f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,10 +21,11 @@ serde_json = "1.0.137" tokio = { version = "1.43.0", features = ["full"] } [target.'cfg(target_os = "macos")'.dependencies] -libc = "0.2.169" -objc = "0.2.7" -cocoa = "0.26.0" -objc_id = "0.1.1" +libc = "0.2.174" +objc2 = "0.6.1" +objc2-foundation = "0.3.1" +objc2-app-kit = { version = "0.3.1", features = ["NSWorkspace"] } +objc2-scripting-bridge = "0.3.1" [target.'cfg(target_os = "linux")'.dependencies] dbus = { version = "0.9.6", features = ["vendored"] } -- cgit