patch: remove redundant features
Signed-off-by: ClSlaid <cailue@bupt.edu.cn>
This commit is contained in:
parent
a3b06ee83f
commit
fdc4d6dda9
@ -91,7 +91,7 @@ mac_address = "1.1"
|
|||||||
sciter-rs = { git = "https://github.com/open-trade/rust-sciter", branch = "dyn" }
|
sciter-rs = { git = "https://github.com/open-trade/rust-sciter", branch = "dyn" }
|
||||||
sys-locale = "0.3"
|
sys-locale = "0.3"
|
||||||
enigo = { path = "libs/enigo", features = [ "with_serde" ] }
|
enigo = { path = "libs/enigo", features = [ "with_serde" ] }
|
||||||
clipboard = { path = "libs/clipboard", default-features = false }
|
clipboard = { path = "libs/clipboard" }
|
||||||
ctrlc = "3.2"
|
ctrlc = "3.2"
|
||||||
arboard = "3.2"
|
arboard = "3.2"
|
||||||
system_shutdown = "4.0"
|
system_shutdown = "4.0"
|
||||||
|
@ -10,7 +10,7 @@ build = "build.rs"
|
|||||||
cc = "1.0"
|
cc = "1.0"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["unix-file-copy-paste"]
|
default = []
|
||||||
unix-file-copy-paste = [
|
unix-file-copy-paste = [
|
||||||
"dep:x11rb",
|
"dep:x11rb",
|
||||||
"dep:x11-clipboard",
|
"dep:x11-clipboard",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user