Initial commit of an attempt of making my own wayland locker like swaylock

This commit is contained in:
2026-03-05 10:45:41 +01:00
commit a33488adc6
13 changed files with 4194 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
[package]
name = "wayrustlock"
version = "0.1.0"
edition = "2021"
[dependencies]
smithay-client-toolkit = "0.18"
wayland-client = "0.31"
wayland-protocols = { version = "0.32", features = ["client", "unstable"] }
cairo-rs = { version = "0.22", features = ["png", "xcb"] }
image = "0.25"
fastblur = "0.1"
xkbcommon = "0.9"
pam = "0.7"
clap = { version = "4.5", features = ["derive"] }
toml = "1.0"
serde = { version = "1.0", features = ["derive"] }
zeroize = "1.7"
calloop = "0.14"
log = "0.4"
env_logger = "0.11"
ctrlc = "3.4"
chrono = "0.4"
whoami = "1.0"