Add key repetition for the wayland backend (#628)
* Add key repetition for the wayland backend * Upgrade smithay-client-toolkit to 0.3.0
This commit is contained in:
parent
1c795c3f1c
commit
e4e53fe315
4 changed files with 107 additions and 62 deletions
|
|
@ -55,7 +55,7 @@ features = [
|
|||
|
||||
[target.'cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd"))'.dependencies]
|
||||
wayland-client = { version = "0.20.10", features = [ "dlopen", "egl", "cursor"] }
|
||||
smithay-client-toolkit = "0.2.6"
|
||||
smithay-client-toolkit = "0.3.0"
|
||||
x11-dl = "2.18.3"
|
||||
parking_lot = "0.6"
|
||||
percent-encoding = "1.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue