wayland: basic mouse & keyboard support
This commit is contained in:
parent
34c00aa153
commit
a5ba9983c9
4 changed files with 485 additions and 6 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue