feat: Add inbuilt daemon and create preference/shorcut window shell

This commit is contained in:
Fabio Lenherr / DashieTM 2023-11-10 22:00:39 +01:00
parent 2228c11c3c
commit d00c76fa9e
4 changed files with 56 additions and 13 deletions

View file

@ -5,11 +5,21 @@ edition = "2021"
description = "A wip universal Linux settings application."
[dependencies]
reset_daemon = "0.1.0"
ReSet-Lib = "0.2.3"
adw = { version = "0.5.3", package = "libadwaita", features = ["v1_4"]}
adw = { version = "0.5.3", package = "libadwaita", features = ["v1_4"] }
dbus = "0.9.7"
gtk = { version = "0.7.3", package = "gtk4", features = ["v4_12"]}
gtk = { version = "0.7.3", package = "gtk4", features = ["v4_12"] }
glib = "0.18.3"
tokio = { version = "1.33.0", features = [
"rt",
"time",
"net",
"macros",
"rt-multi-thread",
"sync",
] }
fork = "0.1.22"
[build-dependencies]
glib-build-tools = "0.18.0"