diff --git a/Cargo.toml b/Cargo.toml index 9bcb0fd..28afb10 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,5 +7,5 @@ members = [ "imgui-winit-support", "imgui-examples", "imgui-gfx-examples", + "imgui-sys-bindgen", ] -exclude = ["imgui-sys-bindgen"] diff --git a/imgui-sys-bindgen/Cargo.toml b/imgui-sys-bindgen/Cargo.toml index 66712c1..5e03045 100644 --- a/imgui-sys-bindgen/Cargo.toml +++ b/imgui-sys-bindgen/Cargo.toml @@ -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"