wayland: basic mouse & keyboard support

This commit is contained in:
Victor Berger 2016-10-09 16:03:00 +02:00
parent 34c00aa153
commit a5ba9983c9
4 changed files with 485 additions and 6 deletions

View file

@ -40,6 +40,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.3", features = ["dlopen"] }
wayland-kbd = "0.6"
wayland-kbd = "0.6.2"
wayland-window = "0.4.2"
x11-dl = "2.8"