[package] name = "redox-wl-test-client-input" version = "0.1.0" edition = "2021" [dependencies] wayland-client = { path = "../../../wayland-rs/wayland-client", default-features = false } wayland-backend = { path = "../../../wayland-rs/wayland-backend", default-features = false } wayland-protocols = { path = "../../../wayland-rs/wayland-protocols", default-features = false, features = ["client"] } libc = "0.2"