Upgrade example project dependencies

This commit is contained in:
Joonas Javanainen 2018-08-12 18:59:17 +03:00
parent 705b913a5d
commit 4ad173da3b
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.17"
gfx_window_glutin = "0.25"
gfx_window_glutin = "0.26"
glium = { version = "0.22", default-features = true }
glutin = "0.17"
glutin = "0.18"
imgui = { version = "0.0.19-pre", path = "../" }
imgui-gfx-renderer = { version = "0.0.19-pre", path = "../imgui-gfx-renderer" }
imgui-glium-renderer = { version = "0.0.19-pre", path = "../imgui-glium-renderer" }