mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-15 07:28:28 +00:00
Support both glium 0.28 and 0.29
This commit is contained in:
parent
7e2293bde6
commit
07cc96363f
@ -10,5 +10,5 @@ license = "MIT/Apache-2.0"
|
||||
categories = ["gui", "rendering"]
|
||||
|
||||
[dependencies]
|
||||
glium = { version = "0.29", default-features = false }
|
||||
glium = { version = ">=0.28, < 0.30", default-features = false }
|
||||
imgui = { version = "0.6.0", path = "../imgui", features = ["glium"] }
|
||||
|
||||
@ -14,7 +14,7 @@ exclude = ["/resources"]
|
||||
|
||||
[dependencies]
|
||||
bitflags = "1.0"
|
||||
glium = { version = "0.29", default-features = false, optional = true }
|
||||
glium = { version = ">= 0.28, < 0.30", default-features = false, optional = true }
|
||||
gfx = { version = "0.18", optional = true }
|
||||
imgui-sys = { version = "0.6.0", path = "../imgui-sys" }
|
||||
parking_lot = "0.11"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user