mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-23 03:18:34 +00:00
Update glium to 0.22
This commit is contained in:
parent
4944ee618d
commit
ebc81d2767
@ -12,6 +12,6 @@ categories = ["gui", "rendering"]
|
|||||||
travis-ci = { repository = "Gekkio/imgui-rs" }
|
travis-ci = { repository = "Gekkio/imgui-rs" }
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
glium = { version = "0.21", default-features = false }
|
glium = { version = "0.22", 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"] }
|
||||||
|
|||||||
@ -15,7 +15,7 @@ travis-ci = { repository = "Gekkio/imgui-rs" }
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
libc = "0.2"
|
libc = "0.2"
|
||||||
bitflags = "1.0"
|
bitflags = "1.0"
|
||||||
glium = { version = "0.21", default-features = false, optional = true }
|
glium = { version = "0.22", default-features = false, optional = true }
|
||||||
gfx = { version = "0.17", optional = true }
|
gfx = { version = "0.17", optional = true }
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user