mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-11 13:38:35 +00:00
Whoops, missed a spot
This commit is contained in:
parent
64a8d3260d
commit
81e21f5853
@ -139,8 +139,8 @@ use winit_24 as winit;
|
||||
use winit_23 as winit;
|
||||
|
||||
#[cfg(all(
|
||||
not(any(feature = "winit-24", feature = "winit-23", feature = "winit-22")),
|
||||
feature = "winit-20",
|
||||
not(any(feature = "winit-24", feature = "winit-23")),
|
||||
feature = "winit-22",
|
||||
))]
|
||||
use winit_22 as winit;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user