mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
..
This commit is contained in:
parent
5da8f689f7
commit
ffdba05320
3 changed files with 5 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -3710,7 +3710,6 @@ version = "25.6.11"
|
|||
dependencies = [
|
||||
"anyhow",
|
||||
"base64",
|
||||
"clipboard-win",
|
||||
"crossterm 0.29.0",
|
||||
"futures",
|
||||
"globset",
|
||||
|
|
@ -3825,6 +3824,7 @@ name = "yazi-widgets"
|
|||
version = "25.6.11"
|
||||
dependencies = [
|
||||
"base64",
|
||||
"clipboard-win",
|
||||
"crossterm 0.29.0",
|
||||
"futures",
|
||||
"parking_lot",
|
||||
|
|
|
|||
|
|
@ -51,8 +51,7 @@ libc = { workspace = true }
|
|||
uzers = { workspace = true }
|
||||
|
||||
[target."cfg(windows)".dependencies]
|
||||
clipboard-win = "5.4.0"
|
||||
windows-sys = { version = "0.60.2", features = [ "Win32_System_JobObjects" ] }
|
||||
windows-sys = { version = "0.60.2", features = [ "Win32_System_JobObjects" ] }
|
||||
|
||||
[target.'cfg(target_os = "macos")'.dependencies]
|
||||
crossterm = { workspace = true, features = [ "use-dev-tty", "libc" ] }
|
||||
|
|
|
|||
|
|
@ -26,5 +26,8 @@ ratatui = { workspace = true }
|
|||
tokio = { workspace = true }
|
||||
unicode-width = { workspace = true }
|
||||
|
||||
[target."cfg(windows)".dependencies]
|
||||
clipboard-win = "5.4.0"
|
||||
|
||||
[target.'cfg(target_os = "macos")'.dependencies]
|
||||
crossterm = { workspace = true, features = [ "use-dev-tty", "libc" ] }
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue