mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-03-07 11:59:59 +03:00
fix all features enabled by default
This commit is contained in:
@@ -18,9 +18,9 @@ strip = true
|
||||
lto = "fat"
|
||||
|
||||
[dependencies]
|
||||
input-emulation = { path = "input-emulation" }
|
||||
input-event = { path = "input-event" }
|
||||
input-capture = { path = "input-capture" }
|
||||
input-emulation = { path = "input-emulation", default-features = false }
|
||||
input-capture = { path = "input-capture", default-features = false }
|
||||
|
||||
hickory-resolver = "0.24.1"
|
||||
toml = "0.8"
|
||||
|
||||
Reference in New Issue
Block a user