fix all features enabled by default

This commit is contained in:
Ferdinand Schober
2024-07-02 21:53:41 +02:00
parent 7056ff697e
commit f29cd2df43

View File

@@ -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"