Initial Commit

This commit is contained in:
lelgenio 2023-05-31 20:11:10 -03:00
commit 9e231676f7
7 changed files with 855 additions and 0 deletions

12
Cargo.toml Normal file
View file

@ -0,0 +1,12 @@
[package]
name = "wl-crosshair"
version = "0.1.0"
edition = "2021"
[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"