Partially implement greetd IPC
This commit is contained in:
parent
adf8decc5b
commit
4077ff0949
4 changed files with 331 additions and 31 deletions
|
|
@ -4,7 +4,13 @@ version = "0.1.0"
|
|||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
greetd_ipc = "0.9"
|
||||
env_logger = "0.10"
|
||||
log = "0.4"
|
||||
uzers = "0.11"
|
||||
|
||||
[dependencies.greetd_ipc]
|
||||
version = "0.9"
|
||||
features = ["sync-codec"]
|
||||
|
||||
[dependencies.libcosmic]
|
||||
git = "https://github.com/pop-os/libcosmic"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue