wayland: implement modifiers

This commit is contained in:
Victor Berger 2017-03-02 22:36:46 +01:00
parent d1e434b131
commit 64c8f66e72
3 changed files with 22 additions and 4 deletions

View file

@ -38,6 +38,6 @@ dwmapi-sys = "0.1"
[target.'cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "openbsd"))'.dependencies]
wayland-client = { version = "0.7.4", features = ["dlopen"] }
wayland-kbd = "0.6.2"
wayland-kbd = "0.7.0"
wayland-window = "0.4.2"
x11-dl = "2.8"