Updated versions and fixed build errors. See comments.
- This commit fixes the regular build and the glium example. The WGPU example needs an updated imgui-wgpu to point to the new imgui-sys version for things to work. - The im_str and ImString usage deprecations are not fixed yet. - There is no version bump for cimplot yet.
This commit is contained in:
parent
07403f5802
commit
6bb1809690
10 changed files with 274 additions and 301 deletions
|
@ -6,4 +6,4 @@ edition = "2018"
|
|||
|
||||
[dependencies]
|
||||
bindgen = "0.57"
|
||||
imgui-sys = { version = "=0.7.0" }
|
||||
imgui-sys = { version = "=0.8.0" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue