Donc use default features for glium

It pulls two versions of winit as deps for nothing.
This commit is contained in:
Victor Berger 2017-06-11 14:32:00 +02:00
parent deb072afbb
commit 43d1812e1f
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 }
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"