at the end of my suffering, there was a door

hopefully fixed the last of examples annoyances
This commit is contained in:
Jack Spira 2021-09-05 15:48:37 -07:00
parent d382dbf7a3
commit 8ab0bb4496
2 changed files with 2 additions and 2 deletions

View File

@ -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]

View File

@ -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]