Skip to content

Commit

Permalink
Merge pull request imgui-rs#99 from shockham/master
Browse files Browse the repository at this point in the history
Update glium to 0.20
  • Loading branch information
Gekkio authored Jan 31, 2018
2 parents e9fecb3 + 081b0e7 commit bafe886
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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
2 changes: 1 addition & 1 deletion imgui-glium-renderer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ categories = ["gui", "rendering"]
travis-ci = { repository = "Gekkio/imgui-rs" }

[dependencies]
glium = { version = "0.19", default-features = false }
glium = { version = "0.20", default-features = false }
imgui = { version = "0.0.19-pre", path = "../" }
imgui-sys = { version = "0.0.19-pre", path = "../imgui-sys", features = ["glium"] }
2 changes: 1 addition & 1 deletion imgui-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ travis-ci = { repository = "Gekkio/imgui-rs" }

[dependencies]
bitflags = "1.0"
glium = { version = "0.19", default-features = false, optional = true }
glium = { version = "0.20", default-features = false, optional = true }
gfx = { version = "0.16", optional = true }

[build-dependencies]
Expand Down

0 comments on commit bafe886

Please sign in to comment.