diff --git a/Cargo.toml b/Cargo.toml index caacaa0..4171f5d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ default = ["glium"] libc = "0.2" [dependencies.glium] -version = "0.14" +version = "0.15" default-features = false optional = true @@ -29,6 +29,6 @@ gcc = "0.3" time = "0.1" [dev-dependencies.glium] -version = "0.14" +version = "0.15" features = ["glutin"] default-features = false diff --git a/imgui-sys/Cargo.toml b/imgui-sys/Cargo.toml index 62b20b9..c57ddb4 100644 --- a/imgui-sys/Cargo.toml +++ b/imgui-sys/Cargo.toml @@ -16,7 +16,7 @@ bitflags = "0.7" libc = "0.2" [dependencies.glium] -version = "0.14" +version = "0.15" default-features = false optional = true