diff --git a/Cargo.toml b/Cargo.toml index deb2f4b..4a726e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ exclude = [ [dependencies] bitflags = "1.0" -glium = { version = "0.27", default-features = false, optional = true } +glium = { version = "0.28", default-features = false, optional = true } gfx = { version = "0.18", optional = true } imgui-sys = { version = "0.5.0", path = "imgui-sys" } lazy_static = "1.1"