From 43d1812e1fadf35adb2b3c4c041fc17587cbaf80 Mon Sep 17 00:00:00 2001 From: Victor Berger Date: Sun, 11 Jun 2017 14:32:00 +0200 Subject: [PATCH] Donc use default features for glium It pulls two versions of winit as deps for nothing. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8793c6a..e62fc1f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"