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:
4bb4 2021-09-19 10:34:09 +02:00
parent 07403f5802
commit 6bb1809690
10 changed files with 274 additions and 301 deletions

View file

@ -11,7 +11,7 @@ implot = { path = "../../" }
wgpu = "0.10"
winit = "0.24" # opening windows and handling input
futures = "^0.3.5" # executing async functions using blocking executor
imgui = "=0.7.0"
imgui-winit-support = "=0.7.0" # connection of input (keys) to imgui
imgui = "=0.8.0"
imgui-winit-support = "=0.8.0" # connection of input (keys) to imgui
imgui-wgpu = "=0.17.0"
examples-shared = { path = "../examples-shared" }