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" }