servoshell: Support Cursor::None and all winit keys (#32228)

keyboard-types has been bumped to 0.7, and stylo bumped to latest main
(as of 2024-05-05) for their bump to kbd-types 0.7.
This commit is contained in:
Magnus Larsen 2024-05-13 05:22:01 -07:00 committed by GitHub
parent 385f6f93bf
commit c0494e2e83
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 482 additions and 103 deletions

View file

@ -59,7 +59,7 @@ ipc-channel = "0.18"
itertools = "0.12"
jemalloc-sys = "0.5.4"
jemallocator = "0.5.4"
keyboard-types = "0.6"
keyboard-types = "0.7"
lazy_static = "1.4"
libc = "0.2"
log = "0.4"