mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-25 04:18:46 +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;
|
use winit_23 as winit;
|
||||||
|
|
||||||
#[cfg(all(
|
#[cfg(all(
|
||||||
not(any(feature = "winit-24", feature = "winit-23", feature = "winit-22")),
|
not(any(feature = "winit-24", feature = "winit-23")),
|
||||||
feature = "winit-20",
|
feature = "winit-22",
|
||||||
))]
|
))]
|
||||||
use winit_22 as winit;
|
use winit_22 as winit;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user