[package] name = "rig-input" version.workspace = true edition.workspace = true # Replays `.touch` recordings through Wayland's virtual-pointer protocol; # headless sway has no input devices for coordinate-driving tools to move. [[bin]] name = "replay-touch" path = "src/main.rs" [dependencies] # Share the harness parser so both ways of replaying read a file the same. iris = { path = ".." } wayland-client = { workspace = true } wayland-protocols-wlr = { workspace = true }