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

@ -6,4 +6,4 @@ edition = "2018"
[dependencies]
bindgen = "0.57"
imgui-sys = { version = "=0.6.0" }
imgui-sys = { version = "=0.7.0" }