patch: remove redundant features
Signed-off-by: ClSlaid <cailue@bupt.edu.cn>
This commit is contained in:
parent
a3b06ee83f
commit
fdc4d6dda9
2 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue