winit-core/keyboard: use keyboard_types

Closes #2394.
This commit is contained in:
Mads Marquart 2025-06-07 09:47:47 +02:00 committed by GitHub
parent 3a84da6951
commit 2900ecab93
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 54 additions and 1897 deletions

View file

@ -29,6 +29,7 @@ bitflags = "2"
cfg_aliases = "0.2.1"
cursor-icon = "1.1.0"
dpi = { version = "0.1.2", path = "dpi" }
keyboard-types = "0.8.0"
mint = "0.5.6"
rwh_06 = { package = "raw-window-handle", version = "0.6", features = ["std"] }
serde = { version = "1", features = ["serde_derive"] }