1
1
mirror of https://github.com/wez/wezterm.git synced 2024-10-03 17:57:26 +03:00

deps: update macos specific packages

This commit is contained in:
Wez Furlong 2024-05-13 14:10:09 -07:00
parent b1af9e873b
commit ee78f86293
No known key found for this signature in database
GPG Key ID: 7A7F66A31EC9B387
4 changed files with 8 additions and 8 deletions

8
Cargo.lock generated
View File

@ -1447,7 +1447,7 @@ dependencies = [
"backtrace",
"battery",
"chrono",
"cocoa 0.20.2",
"cocoa 0.25.0",
"color-funcs",
"config",
"dirs-next",
@ -6500,7 +6500,7 @@ version = "0.1.0"
dependencies = [
"async-io",
"cocoa 0.20.2",
"core-foundation 0.7.0",
"core-foundation 0.9.4",
"futures-util",
"log",
"objc",
@ -6696,8 +6696,8 @@ dependencies = [
"clipboard-win",
"cocoa 0.25.0",
"config",
"core-foundation 0.7.0",
"core-graphics 0.19.2",
"core-foundation 0.9.4",
"core-graphics 0.23.2",
"dirs-next",
"downcast-rs",
"euclid",

View File

@ -37,6 +37,6 @@ wezterm-version = { path = "../wezterm-version" }
winapi = "0.3"
[target.'cfg(target_os = "macos")'.dependencies]
cocoa = "0.20"
cocoa = "0.25"
objc = "0.2"

View File

@ -21,7 +21,7 @@ futures-util = "0.3"
[target.'cfg(target_os="macos")'.dependencies]
cocoa = "0.20"
core-foundation = "0.7"
core-foundation = "0.9"
objc = "0.2"
[target.'cfg(windows)'.dependencies]

View File

@ -89,8 +89,8 @@ wayland-egl = {version="0.32", optional=true}
[target.'cfg(target_os="macos")'.dependencies]
cocoa = "0.25"
objc = "0.2"
core-foundation = "0.7"
core-graphics = "0.19"
core-foundation = "0.9"
core-graphics = "0.23"
cgl = "0.3"
plist = "1.3"
shlex = "1.1"