From 081b0e7bf4d49ef3d9c491f1571fb9531dc782a1 Mon Sep 17 00:00:00 2001 From: shockham Date: Tue, 30 Jan 2018 12:56:44 +0000 Subject: [PATCH] Update glium to 0.20 in imgui-examples --- imgui-examples/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imgui-examples/Cargo.toml b/imgui-examples/Cargo.toml index 2587677..4c76908 100644 --- a/imgui-examples/Cargo.toml +++ b/imgui-examples/Cargo.toml @@ -11,7 +11,7 @@ publish = false [dev-dependencies] gfx = "0.16" gfx_window_glutin = "0.19" -glium = { version = "0.19", default-features = true } +glium = { version = "0.20", default-features = true } glutin = "0.11" imgui = { version = "0.0.19-pre", path = "../" } imgui-gfx-renderer = { version = "0.0.19-pre", path = "../imgui-gfx-renderer" }