mirror of
https://github.com/wez/wezterm.git
synced 2024-11-21 18:12:23 +03:00
deps: update macos specific packages
This commit is contained in:
parent
b1af9e873b
commit
ee78f86293
8
Cargo.lock
generated
8
Cargo.lock
generated
@ -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",
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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]
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user