diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-06-27 21:18:09 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-06-27 21:18:09 +0200 |
| commit | b3964aefbcab8ff098afabf64befa04a4eebd993 (patch) | |
| tree | 6065486ff980edf04ab1844ad6ad424dde690d59 /Cargo.toml | |
| parent | 7728f7e1349cc40f8a1bc5c09f0e2ad6b2739c95 (diff) | |
Update mac version to use objc2
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -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"] } |