1
1
mirror of https://github.com/wez/wezterm.git synced 2024-07-07 11:06:30 +03:00

deps: missed a cocoa

This commit is contained in:
Wez Furlong 2024-05-13 14:12:48 -07:00
parent ee78f86293
commit a1db8a2f46
No known key found for this signature in database
GPG Key ID: 7A7F66A31EC9B387
2 changed files with 24 additions and 67 deletions

89
Cargo.lock generated
View File

@ -784,21 +784,6 @@ dependencies = [
"winapi",
]
[[package]]
name = "cocoa"
version = "0.20.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c49e86fc36d5704151f5996b7b3795385f50ce09e3be0f47a0cfde869681cf8"
dependencies = [
"bitflags 1.3.2",
"block",
"core-foundation 0.7.0",
"core-graphics 0.19.2",
"foreign-types 0.3.2",
"libc",
"objc",
]
[[package]]
name = "cocoa"
version = "0.25.0"
@ -808,8 +793,8 @@ dependencies = [
"bitflags 1.3.2",
"block",
"cocoa-foundation",
"core-foundation 0.9.4",
"core-graphics 0.23.2",
"core-foundation",
"core-graphics",
"foreign-types 0.5.0",
"libc",
"objc",
@ -823,7 +808,7 @@ checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
dependencies = [
"bitflags 1.3.2",
"block",
"core-foundation 0.9.4",
"core-foundation",
"core-graphics-types",
"libc",
"objc",
@ -966,50 +951,22 @@ dependencies = [
"winapi",
]
[[package]]
name = "core-foundation"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57d24c7a13c43e870e37c1556b74555437870a04514f7685f5b354e090567171"
dependencies = [
"core-foundation-sys 0.7.0",
"libc",
]
[[package]]
name = "core-foundation"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
dependencies = [
"core-foundation-sys 0.8.6",
"core-foundation-sys",
"libc",
]
[[package]]
name = "core-foundation-sys"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac"
[[package]]
name = "core-foundation-sys"
version = "0.8.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
[[package]]
name = "core-graphics"
version = "0.19.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3889374e6ea6ab25dba90bb5d96202f61108058361f6dc72e8b03e6f8bbe923"
dependencies = [
"bitflags 1.3.2",
"core-foundation 0.7.0",
"foreign-types 0.3.2",
"libc",
]
[[package]]
name = "core-graphics"
version = "0.23.2"
@ -1017,7 +974,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
dependencies = [
"bitflags 1.3.2",
"core-foundation 0.9.4",
"core-foundation",
"core-graphics-types",
"foreign-types 0.5.0",
"libc",
@ -1030,7 +987,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
dependencies = [
"bitflags 1.3.2",
"core-foundation 0.9.4",
"core-foundation",
"libc",
]
@ -1040,8 +997,8 @@ version = "20.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c9d2790b5c08465d49f8dc05c8bcae9fea467855947db39b0f8145c091aaced5"
dependencies = [
"core-foundation 0.9.4",
"core-graphics 0.23.2",
"core-foundation",
"core-graphics",
"foreign-types 0.5.0",
"libc",
]
@ -1447,7 +1404,7 @@ dependencies = [
"backtrace",
"battery",
"chrono",
"cocoa 0.25.0",
"cocoa",
"color-funcs",
"config",
"dirs-next",
@ -2426,7 +2383,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
dependencies = [
"android_system_properties",
"core-foundation-sys 0.8.6",
"core-foundation-sys",
"iana-time-zone-haiku",
"js-sys",
"wasm-bindgen",
@ -4573,8 +4530,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c627723fd09706bacdb5cf41499e95098555af3c3c29d014dc3c458ef6be11c0"
dependencies = [
"bitflags 2.5.0",
"core-foundation 0.9.4",
"core-foundation-sys 0.8.6",
"core-foundation",
"core-foundation-sys",
"libc",
"security-framework-sys",
]
@ -4585,7 +4542,7 @@ version = "2.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "317936bbbd05227752583946b9e66d7ce3b489f84e11a94a510b4437fef407d7"
dependencies = [
"core-foundation-sys 0.8.6",
"core-foundation-sys",
"libc",
]
@ -5013,7 +4970,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "725bc1c7374f435ef65746eb1a5789cb7d02b8e997f9a3edf979bfb42da68311"
dependencies = [
"cfg-if",
"core-foundation 0.9.4",
"core-foundation",
"lazycell",
"libc",
"mach2",
@ -5121,7 +5078,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
dependencies = [
"bitflags 1.3.2",
"core-foundation 0.9.4",
"core-foundation",
"system-configuration-sys",
]
@ -5131,7 +5088,7 @@ version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
dependencies = [
"core-foundation-sys 0.8.6",
"core-foundation-sys",
"libc",
]
@ -6227,9 +6184,9 @@ version = "0.1.0"
dependencies = [
"anyhow",
"cairo-rs",
"cocoa 0.25.0",
"cocoa",
"config",
"core-foundation 0.9.4",
"core-foundation",
"core-text",
"dwrote",
"encoding_rs",
@ -6499,8 +6456,8 @@ name = "wezterm-toast-notification"
version = "0.1.0"
dependencies = [
"async-io",
"cocoa 0.20.2",
"core-foundation 0.9.4",
"cocoa",
"core-foundation",
"futures-util",
"log",
"objc",
@ -6694,10 +6651,10 @@ dependencies = [
"bytes",
"cgl",
"clipboard-win",
"cocoa 0.25.0",
"cocoa",
"config",
"core-foundation 0.9.4",
"core-graphics 0.23.2",
"core-foundation",
"core-graphics",
"dirs-next",
"downcast-rs",
"euclid",

View File

@ -20,7 +20,7 @@ async-io = "2.3"
futures-util = "0.3"
[target.'cfg(target_os="macos")'.dependencies]
cocoa = "0.20"
cocoa = "0.25"
core-foundation = "0.9"
objc = "0.2"