From 4da9be9e384036a2a2a52d6a6d5e54b84c74adcb Mon Sep 17 00:00:00 2001 From: erethedaybreak Date: Mon, 6 Feb 2017 17:07:30 +0000 Subject: [PATCH] glium 0.16 --- CHANGELOG.markdown | 4 ++++ Cargo.toml | 4 ++-- imgui-sys/Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index d48fcfd..3826f0b 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -2,6 +2,10 @@ ## [Unreleased] +## [0.1.0-pre] - 2017-02-06 + +- Upgrade to glium 0.16 + ## [0.0.10] - 2016-08-09 ### Changed diff --git a/Cargo.toml b/Cargo.toml index f722801..ba68ff0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ default = ["glium"] libc = "0.2" [dependencies.glium] -version = "0.15" +version = "0.16" default-features = false optional = true @@ -26,6 +26,6 @@ path = "imgui-sys" gcc = "0.3" [dev-dependencies.glium] -version = "0.15" +version = "0.16" features = ["glutin"] default-features = false diff --git a/imgui-sys/Cargo.toml b/imgui-sys/Cargo.toml index 159f3c6..c7d2bbf 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.15" +version = "0.16" default-features = false optional = true