mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
Move crossbeam use-dev-tty feature to macos target
This commit is contained in:
parent
72e6893387
commit
7153f3fb7b
8 changed files with 8 additions and 8 deletions
|
|
@ -16,7 +16,7 @@ arc-swap = "1.7.1"
|
|||
base64 = "0.22.1"
|
||||
bitflags = "2.6.0"
|
||||
clap = { version = "4.5.11", features = [ "derive" ] }
|
||||
crossterm = { version = "0.27.0", features = [ "event-stream", "use-dev-tty" ] }
|
||||
crossterm = { version = "0.27.0", features = [ "event-stream" ] }
|
||||
dirs = "5.0.1"
|
||||
futures = "0.3.30"
|
||||
globset = "0.4.14"
|
||||
|
|
|
|||
|
|
@ -31,4 +31,4 @@ tokio = { workspace = true }
|
|||
tracing = { workspace = true }
|
||||
|
||||
[target.'cfg(target_os = "macos")'.dependencies]
|
||||
crossterm = { workspace = true }
|
||||
crossterm = { workspace = true, features = [ "use-dev-tty" ] }
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ serde_json = { workspace = true }
|
|||
vergen-gitcl = { version = "1.0.0", features = [ "build" ] }
|
||||
|
||||
[target.'cfg(target_os = "macos")'.dependencies]
|
||||
crossterm = { workspace = true }
|
||||
crossterm = { workspace = true, features = [ "use-dev-tty" ] }
|
||||
|
||||
[[bin]]
|
||||
name = "ya"
|
||||
|
|
|
|||
|
|
@ -25,4 +25,4 @@ toml = { version = "0.8.17", features = [ "preserve_order" ] }
|
|||
validator = { version = "0.18.1", features = [ "derive" ] }
|
||||
|
||||
[target.'cfg(target_os = "macos")'.dependencies]
|
||||
crossterm = { workspace = true }
|
||||
crossterm = { workspace = true, features = [ "use-dev-tty" ] }
|
||||
|
|
|
|||
|
|
@ -43,4 +43,4 @@ tracing = { workspace = true }
|
|||
libc = { workspace = true }
|
||||
|
||||
[target.'cfg(target_os = "macos")'.dependencies]
|
||||
crossterm = { workspace = true }
|
||||
crossterm = { workspace = true, features = [ "use-dev-tty" ] }
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ libc = { workspace = true }
|
|||
signal-hook-tokio = { version = "0.3.1", features = [ "futures-v0_3" ] }
|
||||
|
||||
[target.'cfg(target_os = "macos")'.dependencies]
|
||||
crossterm = { workspace = true }
|
||||
crossterm = { workspace = true, features = [ "use-dev-tty" ] }
|
||||
|
||||
[target.'cfg(all(not(target_os = "macos"), not(target_os = "windows")))'.dependencies]
|
||||
tikv-jemallocator = "0.6.0"
|
||||
|
|
|
|||
|
|
@ -49,4 +49,4 @@ uzers = "0.12.0"
|
|||
clipboard-win = "5.4.0"
|
||||
|
||||
[target.'cfg(target_os = "macos")'.dependencies]
|
||||
crossterm = { workspace = true }
|
||||
crossterm = { workspace = true, features = [ "use-dev-tty" ] }
|
||||
|
|
|
|||
|
|
@ -28,4 +28,4 @@ tokio = { workspace = true }
|
|||
windows-sys = { version = "0.59.0", features = [ "Win32_Storage_FileSystem", "Win32_UI_Shell" ] }
|
||||
|
||||
[target.'cfg(target_os = "macos")'.dependencies]
|
||||
crossterm = { workspace = true }
|
||||
crossterm = { workspace = true, features = [ "use-dev-tty" ] }
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue