mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-11 13:38:35 +00:00
at the end of my suffering, there was a door
hopefully fixed the last of examples annoyances
This commit is contained in:
parent
d382dbf7a3
commit
8ab0bb4496
@ -22,7 +22,7 @@ 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
|
||||
imgui-winit-support = { path = "../imgui-winit-support" }
|
||||
old_school_gfx_glutin_ext = "0.27"
|
||||
|
||||
[target.'cfg(windows)'.dev-dependencies]
|
||||
|
||||
@ -15,7 +15,7 @@ winit-19 = { version = ">= 0.16, < 0.20", package = "winit", optional = true }
|
||||
winit-20 = { version = ">= 0.20, < 0.22", package = "winit", optional = true }
|
||||
winit-22 = { version = "0.22", package = "winit", optional = true }
|
||||
winit-23 = { version = "0.23", package = "winit", optional = true }
|
||||
winit-24 = { version = "=0.24", package = "winit", optional = true }
|
||||
winit-24 = { version = "0.24", package = "winit", optional = true }
|
||||
winit-25 = { version = "0.25", package = "winit", optional = true }
|
||||
|
||||
[features]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user