Merge pull request #86 from shockham/master

Update glium to 0.18
This commit is contained in:
Joonas Javanainen 2017-10-24 20:34:03 +03:00 committed by GitHub
commit c2ba78e57a
3 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ publish = false
[dev-dependencies]
gfx = "0.16"
gfx_window_glutin = "0.17"
glium = { version = "0.17", default-features = true }
glium = { version = "0.18", default-features = true }
glutin = "0.9"
imgui = { version = "0.0.16-pre", path = "../" }
imgui-gfx-renderer = { version = "0.0.16-pre", path = "../imgui-gfx-renderer" }

View File

@ -12,6 +12,6 @@ categories = ["gui", "rendering"]
travis-ci = { repository = "Gekkio/imgui-rs" }
[dependencies]
glium = { version = "0.17", default-features = false }
glium = { version = "0.18", default-features = false }
imgui = { version = "0.0.16-pre", path = "../" }
imgui-sys = { version = "0.0.16-pre", path = "../imgui-sys", features = ["glium"] }

View File

@ -14,7 +14,7 @@ travis-ci = { repository = "Gekkio/imgui-rs" }
[dependencies]
bitflags = "0.9"
glium = { version = "0.17", default-features = false, optional = true }
glium = { version = "0.18", default-features = false, optional = true }
gfx = { version = "0.16", optional = true }
[build-dependencies]