mirror of
https://github.com/lelgenio/wl-crosshair.git
synced 2025-07-25 17:45:53 -03:00
Initial Commit
This commit is contained in:
commit
9e231676f7
7 changed files with 855 additions and 0 deletions
12
Cargo.toml
Normal file
12
Cargo.toml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue