Initial Commit: sufficient wayland work to lock screen on solid black and unlock
This commit is contained in:
15
Cargo.toml
Normal file
15
Cargo.toml
Normal file
@@ -0,0 +1,15 @@
|
||||
[package]
|
||||
name = "riverigilo"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
color-eyre = "0.6.3"
|
||||
dbus = "0.9.7"
|
||||
eyre = "0.6.12"
|
||||
oneshot = "0.1.11"
|
||||
smithay-client-toolkit = { version = "0.19.2", default-features = false }
|
||||
wayland-client = "0.31.8"
|
||||
wayland-protocols = { version = "0.32.6", features = ["client", "staging"] }
|
||||
Reference in New Issue
Block a user