Locked imgui versions down more. See comments.

Due to the yanking of imgui-winit-support 0.6.1, builds that did
not have a lock file started failing in places. I've now locked
the versions of imgui and friends to exactly 0.6.0 to avert those
issues for the time being, with the longer-term fix being the
upgrade of all those to 0.7.0 in #13.
This commit is contained in:
4bb4 2021-02-06 10:02:58 +01:00
parent 69396149d0
commit 6179cf1f8d
9 changed files with 3347 additions and 17 deletions

File diff suppressed because it is too large Load diff

View file

@ -11,12 +11,12 @@ publish = false
[dependencies]
clipboard = "0.5"
glium = { version = "0.29", default-features = true }
glium = { version = "0.28", default-features = true }
image = "0.23"
imgui-sys = "0.6.0"
imgui = "0.6.0"
imgui-glium-renderer = "0.6.0"
imgui-winit-support = "0.6.0"
imgui = "=0.6.0"
imgui-glium-renderer = "=0.6.0"
imgui-winit-support = "=0.6.0"
implot-sys = { path = "../../implot-sys" }
implot = { path = "../../" }