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:
parent
2da7278061
commit
5177415a25
6 changed files with 50 additions and 38 deletions
|
@ -6,4 +6,4 @@ edition = "2018"
|
|||
|
||||
[dependencies]
|
||||
bindgen = "0.57"
|
||||
imgui-sys = { version = "=0.6.0" }
|
||||
imgui-sys = { version = "=0.7.0" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue