crosshair-overlay/Cargo.toml
2025-05-18 18:21:59 +02:00

14 lines
345 B
TOML

[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"] }