From 9ed505f5dfa478fb30f3753238e9f3ef0550d59c Mon Sep 17 00:00:00 2001 From: Joonas Javanainen Date: Mon, 30 Nov 2015 18:14:24 +0200 Subject: [PATCH] Upgrade to Glium 0.12 --- Cargo.toml | 4 ++-- imgui-sys/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 23e76d8..c8cc88e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ default = ["glium"] libc = "0.2" [dependencies.glium] -version = "0.11" +version = "0.12" default-features = false optional = true @@ -30,6 +30,6 @@ gcc = "0.3" time = "0.1" [dev-dependencies.glium] -version = "0.11" +version = "0.12" features = ["glutin"] default-features = false diff --git a/imgui-sys/Cargo.toml b/imgui-sys/Cargo.toml index 480ee5d..2c5aaf7 100644 --- a/imgui-sys/Cargo.toml +++ b/imgui-sys/Cargo.toml @@ -16,7 +16,7 @@ bitflags = "0.3" libc = "0.2" [dependencies.glium] -version = "0.11" +version = "0.12" default-features = false optional = true