implot-rs/implot-sys-bindgen/Cargo.toml
Benedikt Mandelkow 6bdfd76d51 only run bindgen on ImPlot... names
not sure why bindgen switches to i32 everywhere
moved imgui dependency up one step as this seems where its actually used
2020-10-27 08:08:37 +01:00

9 lines
170 B
TOML

[package]
name = "implot-sys-bindgen"
version = "0.1.0"
authors = ["Sandro Merkli"]
edition = "2018"
[dependencies]
bindgen = "0.55.1"
imgui-sys = { version = "0.5.0" }