6bb1809690
- 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.
9 lines
169 B
TOML
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" }
|