transmit button events + stub for keyboard

This commit is contained in:
Ferdinand Schober
2022-09-16 23:13:32 +02:00
parent b4302c22b0
commit d4b4e7c269
7 changed files with 332 additions and 87 deletions

View File

@@ -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"