From 81e21f5853ce304f1cc8fe1ac43775e1c9f4bcfd Mon Sep 17 00:00:00 2001 From: Thom Chiovoloni Date: Thu, 31 Dec 2020 19:23:18 -0800 Subject: [PATCH] Whoops, missed a spot --- imgui-winit-support/src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/imgui-winit-support/src/lib.rs b/imgui-winit-support/src/lib.rs index 21e78d7..3c71771 100644 --- a/imgui-winit-support/src/lib.rs +++ b/imgui-winit-support/src/lib.rs @@ -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;