diff --git a/Cargo.toml b/Cargo.toml index 212c3cc..60260fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"