Merge pull request #114 from ebarnard/update-glium

Update glium to 0.21
This commit is contained in:
Joonas Javanainen 2018-04-16 08:45:55 +03:00 committed by GitHub
commit 282c5dfd2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ publish = false
[dev-dependencies] [dev-dependencies]
gfx = "0.16" gfx = "0.16"
gfx_window_glutin = "0.19" gfx_window_glutin = "0.19"
glium = { version = "0.20", default-features = true } glium = { version = "0.21", default-features = true }
glutin = "0.11" glutin = "0.11"
imgui = { version = "0.0.19-pre", path = "../" } imgui = { version = "0.0.19-pre", path = "../" }
imgui-gfx-renderer = { version = "0.0.19-pre", path = "../imgui-gfx-renderer" } imgui-gfx-renderer = { version = "0.0.19-pre", path = "../imgui-gfx-renderer" }

View File

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

View File

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