1
0
Fork 0

Cargo.toml: set default-features = false for keyboard-types

This commit is contained in:
Joakim Frostegård 2020-11-13 23:33:34 +01:00
parent 0a6a0bdffd
commit dd3f85b347

View file

@ -15,7 +15,7 @@ license = "MIT OR Apache-2.0"
[dependencies]
log = "0.4.11"
keyboard-types = "0.5.0"
keyboard-types = { version = "0.5.0", default-features = false }
raw-window-handle = "0.3.3"
[target.'cfg(target_os="linux")'.dependencies]