1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-22 13:16:39 +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", "backtrace",
"battery", "battery",
"chrono", "chrono",
"cocoa 0.20.2", "cocoa 0.25.0",
"color-funcs", "color-funcs",
"config", "config",
"dirs-next", "dirs-next",
@ -6500,7 +6500,7 @@ version = "0.1.0"
dependencies = [ dependencies = [
"async-io", "async-io",
"cocoa 0.20.2", "cocoa 0.20.2",
"core-foundation 0.7.0", "core-foundation 0.9.4",
"futures-util", "futures-util",
"log", "log",
"objc", "objc",
@ -6696,8 +6696,8 @@ dependencies = [
"clipboard-win", "clipboard-win",
"cocoa 0.25.0", "cocoa 0.25.0",
"config", "config",
"core-foundation 0.7.0", "core-foundation 0.9.4",
"core-graphics 0.19.2", "core-graphics 0.23.2",
"dirs-next", "dirs-next",
"downcast-rs", "downcast-rs",
"euclid", "euclid",

View File

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

View File

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

View File

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