mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-11 05:28:35 +00:00
Upgrade to Glium 0.12
This commit is contained in:
parent
c4a3605f49
commit
9ed505f5df
@ -15,7 +15,7 @@ default = ["glium"]
|
||||
libc = "0.2"
|
||||
|
||||
[dependencies.glium]
|
||||
version = "0.11"
|
||||
version = "0.12"
|
||||
default-features = false
|
||||
optional = true
|
||||
|
||||
@ -30,6 +30,6 @@ gcc = "0.3"
|
||||
time = "0.1"
|
||||
|
||||
[dev-dependencies.glium]
|
||||
version = "0.11"
|
||||
version = "0.12"
|
||||
features = ["glutin"]
|
||||
default-features = false
|
||||
|
||||
@ -16,7 +16,7 @@ bitflags = "0.3"
|
||||
libc = "0.2"
|
||||
|
||||
[dependencies.glium]
|
||||
version = "0.11"
|
||||
version = "0.12"
|
||||
default-features = false
|
||||
optional = true
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user