mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-04-11 17:11:28 +03:00
transmit button events + stub for keyboard
This commit is contained in:
@@ -9,11 +9,7 @@ edition = "2021"
|
||||
wayland-client = { git="https://github.com/Smithay/wayland-rs.git" }
|
||||
wayland-protocols = { git="https://github.com/Smithay/wayland-rs.git", features=["client", "staging", "unstable"] }
|
||||
wayland-protocols-wlr = { git="https://github.com/Smithay/wayland-rs.git", features=["client", "server"] }
|
||||
wayland-protocols-misc = { git="https://github.com/Smithay/wayland-rs.git", features=["client", "server"] }
|
||||
tempfile = "3.2"
|
||||
trust-dns-resolver = "0.22"
|
||||
|
||||
[[bin]]
|
||||
name = "client"
|
||||
|
||||
[[bin]]
|
||||
name = "server"
|
||||
|
||||
Reference in New Issue
Block a user