handing updating glium. i suffer

This commit is contained in:
Jack Spira 2021-09-06 23:22:40 -07:00
parent a1456f3622
commit ee5f5abbc9

View File

@ -10,5 +10,5 @@ license = "MIT/Apache-2.0"
categories = ["gui", "rendering"]
[dependencies]
glium = { version = ">=0.28, <= 0.30", default-features = false }
glium = { version = ">=0.28, < 0.31", default-features = false }
imgui = { version = "0.7.0", path = "../imgui" }