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
|
@ -12,7 +12,7 @@ build = "build.rs"
|
|||
links = "implot"
|
||||
|
||||
[dependencies]
|
||||
imgui-sys = "=0.7.0"
|
||||
imgui-sys = "=0.8.0"
|
||||
|
||||
[build-dependencies]
|
||||
cc = "1.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue