update imgui 0.6

This commit is contained in:
Benedikt Mandelkow 2020-11-23 00:30:06 +01:00 committed by 4bb4
parent 07ff32ea2a
commit c5ec153488
7 changed files with 20 additions and 17 deletions

View file

@ -11,12 +11,12 @@ publish = false
[dependencies]
clipboard = "0.5"
glium = { version = "0.27", default-features = true }
glium = { version = "0.28", default-features = true }
image = "0.23"
imgui-sys = "0.5.0"
imgui = "0.5.0"
imgui-glium-renderer = "0.5.0"
imgui-winit-support = "0.5.0"
imgui-sys = "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 = "../../" }