Update glium to 0.20 in imgui-examples

This commit is contained in:
shockham 2018-01-30 12:56:44 +00:00
parent 4f3ef1cc26
commit 081b0e7bf4

View File

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