From e8493986d9d5902cfa2ab0306a56f3d3b1a2953d Mon Sep 17 00:00:00 2001 From: "Erik W. Gren" Date: Sat, 7 Dec 2024 22:05:07 +0100 Subject: [PATCH] winit --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 816adbd..d1cc0f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,8 +28,7 @@ profiling = "1" slab = "0.4" strum = { version = "0.25", features = ["derive"] } web-sys = "0.3.60" -# winit = { version = "0.30" } -winit = { version = "0.30", default-features=false, features=["x11", "rwh_06"] } +winit = { version = "0.30" } [lib]