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]