mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-11 21:48:36 +00:00
Update glium to 0.21
This commit is contained in:
parent
65ac8d1aa8
commit
f815daefd3
@ -11,7 +11,7 @@ publish = false
|
||||
[dev-dependencies]
|
||||
gfx = "0.16"
|
||||
gfx_window_glutin = "0.19"
|
||||
glium = { version = "0.20", default-features = true }
|
||||
glium = { version = "0.21", 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" }
|
||||
|
||||
@ -12,6 +12,6 @@ categories = ["gui", "rendering"]
|
||||
travis-ci = { repository = "Gekkio/imgui-rs" }
|
||||
|
||||
[dependencies]
|
||||
glium = { version = "0.20", default-features = false }
|
||||
glium = { version = "0.21", default-features = false }
|
||||
imgui = { version = "0.0.19-pre", path = "../" }
|
||||
imgui-sys = { version = "0.0.19-pre", path = "../imgui-sys", features = ["glium"] }
|
||||
|
||||
@ -14,7 +14,7 @@ travis-ci = { repository = "Gekkio/imgui-rs" }
|
||||
|
||||
[dependencies]
|
||||
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 }
|
||||
|
||||
[build-dependencies]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user