From 4ad173da3b9c621b14b52beb70895669c03cbf2b Mon Sep 17 00:00:00 2001 From: Joonas Javanainen Date: Sun, 12 Aug 2018 18:59:17 +0300 Subject: [PATCH] Upgrade example project dependencies --- imgui-examples/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/imgui-examples/Cargo.toml b/imgui-examples/Cargo.toml index 89c8c7f..c358b52 100644 --- a/imgui-examples/Cargo.toml +++ b/imgui-examples/Cargo.toml @@ -10,9 +10,9 @@ publish = false [dev-dependencies] gfx = "0.17" -gfx_window_glutin = "0.25" +gfx_window_glutin = "0.26" glium = { version = "0.22", default-features = true } -glutin = "0.17" +glutin = "0.18" imgui = { version = "0.0.19-pre", path = "../" } imgui-gfx-renderer = { version = "0.0.19-pre", path = "../imgui-gfx-renderer" } imgui-glium-renderer = { version = "0.0.19-pre", path = "../imgui-glium-renderer" }