Added grace implementation

This commit is contained in:
2026-03-07 22:06:22 +01:00
parent 88f7833d8d
commit 5b3377a15b
8 changed files with 384 additions and 161 deletions
Generated
+26 -26
View File
@@ -1590,6 +1590,32 @@ dependencies = [
"windows-sys 0.61.2",
]
[[package]]
name = "rustlock"
version = "0.1.0"
dependencies = [
"anyhow",
"cairo-rs",
"chrono",
"clap",
"env_logger",
"fastblur",
"futures",
"image",
"log",
"pam-client",
"secstr",
"serde",
"smithay-client-toolkit",
"toml 1.0.3+spec-1.1.0",
"users",
"wayland-client",
"wayland-protocols",
"wayland-protocols-wlr",
"xkbcommon",
"zeroize",
]
[[package]]
name = "rustversion"
version = "1.0.22"
@@ -2085,32 +2111,6 @@ dependencies = [
"pkg-config",
]
[[package]]
name = "wayrustlock"
version = "0.1.0"
dependencies = [
"anyhow",
"cairo-rs",
"chrono",
"clap",
"env_logger",
"fastblur",
"futures",
"image",
"log",
"pam-client",
"secstr",
"serde",
"smithay-client-toolkit",
"toml 1.0.3+spec-1.1.0",
"users",
"wayland-client",
"wayland-protocols",
"wayland-protocols-wlr",
"xkbcommon",
"zeroize",
]
[[package]]
name = "weezl"
version = "0.1.12"