Upgrade some dependencies

This commit is contained in:
Joonas Javanainen 2017-11-05 22:35:52 +02:00
parent 47a171089e
commit 01607f6fca
No known key found for this signature in database
GPG Key ID: D39CCA5CB19B9179

View File

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