Fix cargo.toml
This commit is contained in:
parent
627008dbce
commit
f2698ec39a
|
@ -14,7 +14,7 @@ slog-stdlog = "2.0.0-0.2"
|
|||
libloading = "0.4.0"
|
||||
wayland-client = { version = "~0.8.6", optional = true }
|
||||
winit = { git = "https://github.com/tomaka/winit.git", optional = true }
|
||||
glium = { version = "~0.16.0", optional = true, default-features="false" }
|
||||
glium = { version = "~0.16.0", optional = true, default-features = false }
|
||||
input = { version = "~0.2.0", optional = true }
|
||||
clippy = { version = "*", optional = true }
|
||||
rental = "0.4.11"
|
||||
|
|
Loading…
Reference in New Issue