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

@ -201,6 +201,7 @@ changelog entry.
- Move `IconExtWindows` into `WinIcon`.
- Move `EventLoopExtPumpEvents` and `PumpStatus` from platform module to `winit::event_loop::pump_events`.
- Move `EventLoopExtRunOnDemand` from platform module to `winit::event_loop::run_on_demand`.
- Use `NamedKey`, `Code` and `Location` from the `keyboard-types` v0.8 crate.
### Removed