Fork of https://github.com/lelgenio/wl-crosshair - A crosshair overlay for wlroots compositor
at main 322 B view raw
1[package] 2name = "wl-crosshair" 3version = "0.1.0" 4edition = "2021" 5 6[dependencies] 7wayland-client = "0.30.2" 8wayland-protocols = { version = "0.30.0", features = ["client"] } 9wayland-protocols-wlr = { version = "0.1.0", features = ["client"] } 10 11log = { version = "0.4", optional = true } 12tempfile = "3.2" 13image = "0.25.1"