mirror of
https://github.com/servo/servo.git
synced 2025-09-29 16:19:14 +01:00
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:
parent
385f6f93bf
commit
c0494e2e83
4 changed files with 482 additions and 103 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue