crosshair-overlay/Cargo.toml
2025-06-19 01:18:33 +02:00

14 lines
353 B
TOML

[package]
name = "crosshair-overlay"
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"] }