implot-rs/implot-sys-bindgen/Cargo.toml
silvana e6a6f67b4d Update to imgui-rs 0.11.0.
Remove a lot of code 'temporarily' while we do some restructuring.
2023-09-22 13:09:38 +02:00

9 lines
193 B
TOML

[package]
name = "implot-sys-bindgen"
version = "0.3.0"
authors = ["Sandro Merkli"]
edition = "2018"
[dependencies]
bindgen = "0.57"
imgui-sys = { version = "0.11.0", features = ["docking"] }