mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-11 21:48:36 +00:00
in dependency hell I suffer
This commit is contained in:
parent
5e301c85e3
commit
ba3f16b228
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user