added 8 to scancode to match tkinter

This commit is contained in:
Mwa
2026-03-06 22:12:38 +01:00
parent c03ac42eec
commit a68d72621c
5 changed files with 11 additions and 65 deletions

View File

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