re-added default winit features

This commit is contained in:
Mwa
2026-03-06 22:14:44 +01:00
parent a68d72621c
commit 034620591b
4 changed files with 61 additions and 2 deletions

View File

@@ -5,5 +5,5 @@ edition = "2024"
[dependencies]
pixels = "0.15.0"
winit = { version = "0.30.13", default-features = false, features = ["x11", "x11-dl", "x11rb", "ahash", "bytemuck", "memmap2", "rwh_06", "sctk", "sctk-adwaita"] }
winit = { version = "0.30.13", features = ["x11", "x11-dl", "x11rb", "ahash", "bytemuck", "memmap2", "rwh_06", "sctk", "sctk-adwaita"] }
winit_input_helper = "0.17.0"