patch: remove redundant features

Signed-off-by: ClSlaid <cailue@bupt.edu.cn>
This commit is contained in:
ClSlaid 2023-10-30 15:09:39 +08:00
parent a3b06ee83f
commit fdc4d6dda9
No known key found for this signature in database
GPG Key ID: E0A5F564C51C056E
2 changed files with 2 additions and 2 deletions

View File

@ -91,7 +91,7 @@ mac_address = "1.1"
sciter-rs = { git = "https://github.com/open-trade/rust-sciter", branch = "dyn" }
sys-locale = "0.3"
enigo = { path = "libs/enigo", features = [ "with_serde" ] }
clipboard = { path = "libs/clipboard", default-features = false }
clipboard = { path = "libs/clipboard" }
ctrlc = "3.2"
arboard = "3.2"
system_shutdown = "4.0"

View File

@ -10,7 +10,7 @@ build = "build.rs"
cc = "1.0"
[features]
default = ["unix-file-copy-paste"]
default = []
unix-file-copy-paste = [
"dep:x11rb",
"dep:x11-clipboard",