mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-25 20:38:36 +00:00
Updated glium dependency
This commit is contained in:
parent
57715a365d
commit
30116a2d75
@ -15,7 +15,7 @@ default = ["glium"]
|
|||||||
libc = "0.2"
|
libc = "0.2"
|
||||||
|
|
||||||
[dependencies.glium]
|
[dependencies.glium]
|
||||||
version = "0.14"
|
version = "0.15"
|
||||||
default-features = false
|
default-features = false
|
||||||
optional = true
|
optional = true
|
||||||
|
|
||||||
@ -29,6 +29,6 @@ gcc = "0.3"
|
|||||||
time = "0.1"
|
time = "0.1"
|
||||||
|
|
||||||
[dev-dependencies.glium]
|
[dev-dependencies.glium]
|
||||||
version = "0.14"
|
version = "0.15"
|
||||||
features = ["glutin"]
|
features = ["glutin"]
|
||||||
default-features = false
|
default-features = false
|
||||||
|
|||||||
@ -16,7 +16,7 @@ bitflags = "0.7"
|
|||||||
libc = "0.2"
|
libc = "0.2"
|
||||||
|
|
||||||
[dependencies.glium]
|
[dependencies.glium]
|
||||||
version = "0.14"
|
version = "0.15"
|
||||||
default-features = false
|
default-features = false
|
||||||
optional = true
|
optional = true
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user