I'm a dummy

This commit is contained in:
Thom Chiovoloni 2020-12-06 09:02:32 -08:00
parent 04fce1ed28
commit 73ae71229b
2 changed files with 2 additions and 2 deletions

View File

@ -7,5 +7,5 @@ members = [
"imgui-winit-support",
"imgui-examples",
"imgui-gfx-examples",
"imgui-sys-bindgen",
]
exclude = ["imgui-sys-bindgen"]

View File

@ -10,7 +10,7 @@ license = "MIT/Apache-2.0"
publish = false
[dependencies]
bindgen = { version = "0.56", default-features = false }
bindgen = "0.56"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"