diff --git a/imgui-examples/Cargo.toml b/imgui-examples/Cargo.toml index b89dd1f..8abc744 100644 --- a/imgui-examples/Cargo.toml +++ b/imgui-examples/Cargo.toml @@ -10,9 +10,9 @@ publish = false [dev-dependencies] gfx = "0.16" -gfx_window_glutin = "0.17" +gfx_window_glutin = "0.18" glium = { version = "0.18", default-features = true } -glutin = "0.9" +glutin = "0.10" imgui = { version = "0.0.17-pre", path = "../" } imgui-gfx-renderer = { version = "0.0.17-pre", path = "../imgui-gfx-renderer" } imgui-glium-renderer = { version = "0.0.17-pre", path = "../imgui-glium-renderer" }