Upgrade dependencies

This commit is contained in:
Joonas Javanainen 2020-07-07 23:05:20 +03:00
parent 4981ff5943
commit 2e8f95fb09
No known key found for this signature in database
GPG Key ID: D39CCA5CB19B9179
4 changed files with 1183 additions and 958 deletions

View File

@ -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

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -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"