mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-10 21:18:36 +00:00
Upgrade dependencies
This commit is contained in:
parent
4981ff5943
commit
2e8f95fb09
@ -20,7 +20,7 @@ glium = { version = "0.27", default-features = false, optional = true }
|
||||
gfx = { version = "0.18", optional = true }
|
||||
imgui-sys = { version = "0.4.0", path = "imgui-sys" }
|
||||
lazy_static = "1.1"
|
||||
parking_lot = "0.10"
|
||||
parking_lot = "0.11"
|
||||
|
||||
[features]
|
||||
wasm = ["imgui-sys/wasm"]
|
||||
|
||||
1202
imgui-examples/Cargo.lock
generated
1202
imgui-examples/Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
933
imgui-gfx-examples/Cargo.lock
generated
933
imgui-gfx-examples/Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -10,7 +10,7 @@ license = "MIT/Apache-2.0"
|
||||
publish = false
|
||||
|
||||
[dependencies]
|
||||
bindgen = "0.53"
|
||||
bindgen = "0.54"
|
||||
serde = "1.0"
|
||||
serde_derive = "1.0"
|
||||
serde_json = "1.0"
|
||||
serde_json = "1.0"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user