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.
This commit is contained in:
4bb4 2021-02-06 10:19:40 +01:00
parent 2da7278061
commit 5177415a25
6 changed files with 50 additions and 38 deletions

View file

@ -12,7 +12,7 @@ build = "build.rs"
links = "implot"
[dependencies]
imgui-sys = "=0.6.0"
imgui-sys = "=0.7.0"
[build-dependencies]
cc = "1.0"