in dependency hell I suffer

This commit is contained in:
Jack Spira 2021-09-05 14:48:52 -07:00
parent 5e301c85e3
commit ba3f16b228
2 changed files with 3 additions and 3 deletions

View File

@ -18,12 +18,12 @@ default = ["opengl"]
[dev-dependencies]
gfx = "0.18"
gfx_device_gl = "0.16"
glutin = "0.26"
glutin = "0.27"
image = "0.23"
imgui = { path = "../imgui" }
imgui-gfx-renderer = { path = "../imgui-gfx-renderer" }
imgui-winit-support = { path = "../imgui-winit-support", default-features = false, features = ["winit-24"] } # glutin still depends on winit 0.24
old_school_gfx_glutin_ext = "0.26"
old_school_gfx_glutin_ext = "0.27"
[target.'cfg(windows)'.dev-dependencies]
gfx_device_dx11 = "0.8"

View File

@ -15,7 +15,7 @@ glow = "0.10.0"
memoffset = "0.6.4"
[dev-dependencies]
glutin = "0.26.0"
glutin = "0.27.0"
imgui-winit-support = { version = "0.7.1", path = "../imgui-winit-support" }
image = "0.23"