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