implot-rs/implot-sys-bindgen/Cargo.toml

10 lines
168 B
TOML
Raw Normal View History

[package]
name = "implot-sys-bindgen"
2021-09-07 17:01:29 +00:00
version = "0.3.0"
authors = ["Sandro Merkli"]
edition = "2018"
[dependencies]
2021-03-17 18:17:14 +00:00
bindgen = "0.57"
2022-01-10 20:49:31 +00:00
imgui-sys = { version = "0.8.0" }