From 86f9dfe32528b74b3ac19386e71fc56b4762d64b Mon Sep 17 00:00:00 2001 From: sxyazi Date: Wed, 29 Nov 2023 01:33:54 +0800 Subject: [PATCH] .. --- Cargo.lock | 2 +- yazi-core/Cargo.toml | 3 --- yazi-scheduler/Cargo.toml | 3 +++ 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 57975e93..e5d37558 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2555,7 +2555,6 @@ version = "0.1.5" dependencies = [ "anyhow", "bitflags 2.4.1", - "clipboard-win", "crossterm", "futures", "indexmap", @@ -2629,6 +2628,7 @@ version = "0.1.5" dependencies = [ "anyhow", "async-channel", + "clipboard-win", "futures", "libc", "parking_lot", diff --git a/yazi-core/Cargo.toml b/yazi-core/Cargo.toml index 2451b1f1..92069d80 100644 --- a/yazi-core/Cargo.toml +++ b/yazi-core/Cargo.toml @@ -34,6 +34,3 @@ yazi-prebuild = "^0" # Logging tracing = { version = "^0", features = [ "max_level_debug", "release_max_level_warn" ] } - -[target."cfg(windows)".dependencies] -clipboard-win = "^4" diff --git a/yazi-scheduler/Cargo.toml b/yazi-scheduler/Cargo.toml index 78db4f9d..2ee172d9 100644 --- a/yazi-scheduler/Cargo.toml +++ b/yazi-scheduler/Cargo.toml @@ -27,3 +27,6 @@ trash = "^3" # Logging tracing = { version = "^0", features = [ "max_level_debug", "release_max_level_warn" ] } + +[target."cfg(windows)".dependencies] +clipboard-win = "^4"