This commit is contained in:
xunuwu 2025-05-18 18:21:59 +02:00
commit 288014339a
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI
4 changed files with 1815 additions and 0 deletions

14
Cargo.toml Normal file
View file

@ -0,0 +1,14 @@
[package]
name = "crosshair"
version = "0.1.0"
edition = "2024"
[dependencies]
color-eyre = "0.6.4"
image = "0.25.6"
memfd = "0.6.4"
tracing = "0.1.41"
tracing-subscriber = "0.3.19"
wayland-client = "0.31.10"
wayland-protocols = { version = "0.32.8", features = ["client"] }
wayland-protocols-wlr = { version = "0.3.8", features = ["client"] }