implot-rs/implot-sys-bindgen/Cargo.toml
4bb4 6bb1809690 Updated versions and fixed build errors. See comments.
- This commit fixes the regular build and the glium example. The WGPU
  example needs an updated imgui-wgpu to point to the new imgui-sys
  version for things to work.
- The im_str and ImString usage deprecations are not fixed yet.
- There is no version bump for cimplot yet.
2021-10-03 12:34:38 +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.8.0" }