Fix cargo.toml

This commit is contained in:
Victor Berger 2017-06-11 14:55:03 +02:00
parent 627008dbce
commit f2698ec39a
1 changed files with 1 additions and 1 deletions

View File

@ -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"