fix all features enabled by default

This commit is contained in:
Ferdinand Schober
2024-07-02 21:53:41 +02:00
committed by Ferdinand Schober
parent 82ab5ecbbd
commit fb2c39e8ae

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"