Commit initial cosmic-idle prototype I wrote earlier
This commit is contained in:
commit
97ab302ae4
6 changed files with 1393 additions and 0 deletions
11
Cargo.toml
Normal file
11
Cargo.toml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[package]
|
||||
name = "cosmic-greeter"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
keyframe = "1.1.1"
|
||||
rustix = { version = "0.38.34", features = ["fs"] }
|
||||
wayland-client = "0.31.5"
|
||||
wayland-protocols = { version = "0.32.3", features = ["client", "staging"] }
|
||||
wayland-protocols-wlr = { version = "0.3.3", features = ["client"] }
|
||||
Loading…
Add table
Add a link
Reference in a new issue