Skip to content

Commit

Permalink
Update glium to 0.20 in imgui-examples
Browse files Browse the repository at this point in the history
  • Loading branch information
shockham committed Jan 30, 2018
1 parent 4f3ef1c commit 081b0e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imgui-examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit 081b0e7

Please sign in to comment.