implot-rs/implot-sys-bindgen/Cargo.toml
4bb4 5177415a25 Upgraded to imgui-rs 0.7, see comments.
- The glium example was upgraded as well and works.
- The wgpu example was not yet touched in this commit, it will
  require a version of imgui-wgpu that points to imgui-rs 0.7.0
  as well to work.
2021-09-12 11:44:04 +02:00

9 lines
169 B
TOML

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