From 30116a2d752877f6b2a6a1bb42dbc8d73013652e Mon Sep 17 00:00:00 2001 From: Benjamin Lee Date: Sun, 10 Jul 2016 11:41:37 -0700 Subject: [PATCH] Updated glium dependency --- Cargo.toml | 4 ++-- imgui-sys/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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