wl-crosshair/Cargo.toml
2025-11-04 18:56:13 -03:00

14 lines
338 B
TOML

[package]
name = "wl-crosshair"
version = "0.1.0"
edition = "2021"
license = "MIT"
[dependencies]
wayland-client = "0.30.2"
wayland-protocols = { version = "0.30.0", features = ["client"] }
wayland-protocols-wlr = { version = "0.1.0", features = ["client"] }
log = { version = "0.4", optional = true }
tempfile = "3.2"
image = "0.25.1"