diff --git a/Cargo.toml b/Cargo.toml index 3c6df9b..7b7af35 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ rand = "0.7" pin-project = "0.4.27" futures = "0.3.12" glutin = { git = "https://github.com/neovide/glutin", branch = "new-keyboard-all" } -winit = { git = "https://github.com/neovide/winit", branch = "new-keyboard-all", default-features = false } +winit = { git = "https://github.com/neovide/winit", branch = "new-keyboard-all" } gl = "0.14.0" swash = "0.1.4" clap="2.33.3"