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
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue