Skip to content

Commit

Permalink
I'm a dummy
Browse files Browse the repository at this point in the history
  • Loading branch information
thomcc committed Dec 6, 2020
1 parent 04fce1e commit 73ae712
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ members = [
"imgui-winit-support",
"imgui-examples",
"imgui-gfx-examples",
"imgui-sys-bindgen",
]
exclude = ["imgui-sys-bindgen"]
2 changes: 1 addition & 1 deletion imgui-sys-bindgen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 73ae712

Please sign in to comment.