Reviewed-on: iris/iris#17 Reviewed-by: iris <2+iris@noreply.localhost> Co-authored-by: iris-ai <4+iris-ai@noreply.localhost>
17 lines
477 B
TOML
17 lines
477 B
TOML
[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 }
|