From 5a7a543050061026054bffecc7beba79dc917b91 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Tue, 20 Feb 2018 22:55:16 -0800 Subject: [PATCH] since glutin is pulled in anyway, simplify the glium dep --- Cargo.toml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3592aed45..5746e2703 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,7 @@ egli = "0.4.0" euclid = "0.17.0" failure = "0.1.1" gl = "0.10.0" +glium = "0.20.0" libc = "0.2.36" mio = "0.6.12" palette = "0.2.1" @@ -17,13 +18,6 @@ serde_derive = "1.0.27" toml = "0.4.5" unicode-width = "0.1.4" -[target.'cfg(target_os = "linux")'.dependencies.glium] -default-features = false -version = "0.20.0" - -[target.'cfg(not(target_os = "linux"))'.dependencies.glium] -version = "0.20.0" - [dependencies.harfbuzz] path = "harfbuzz"