init
This commit is contained in:
commit
288014339a
4 changed files with 1815 additions and 0 deletions
14
Cargo.toml
Normal file
14
Cargo.toml
Normal 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"] }
|
Loading…
Add table
Add a link
Reference in a new issue