5177415a25
- 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.
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.7.0" }
|