From 5575cd85f15ebc65d66a1b40f0fe2d650803f46a Mon Sep 17 00:00:00 2001 From: marc0246 <40955683+marc0246@users.noreply.github.com> Date: Mon, 30 Oct 2023 11:33:51 +0100 Subject: [PATCH] Feature derp --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e8b0782c69..fa571096f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,4 +55,4 @@ smallvec = "1.8" syn = "2.0" thread_local = "1.1" vk-parse = "0.12" -winit = { version = "0.29", default-features = false } +winit = { version = "0.29", default-features = false, features = ["rwh_06"] }