feat(rog-control-center): Implement logic for fans, aura, and monitoring

This commit is contained in:
mihai2mn
2026-01-24 16:53:31 +01:00
parent 55b7c24556
commit 23207ab8ae
15 changed files with 1434 additions and 441 deletions

View File

@@ -29,6 +29,7 @@ rog_dbus = { path = "../rog-dbus" }
rog_aura = { path = "../rog-aura" }
rog_profiles = { path = "../rog-profiles" }
rog_platform = { path = "../rog-platform" }
rog_slash = { path = "../rog-slash" }
supergfxctl = { git = "https://gitlab.com/asus-linux/supergfxctl.git", default-features = false }
dmi_id = { path = "../dmi-id" }
@@ -39,12 +40,14 @@ env_logger.workspace = true
tokio.workspace = true
serde.workspace = true
zbus.workspace = true
ron.workspace = true
dirs.workspace = true
notify-rust.workspace = true
concat-idents.workspace = true
futures-util.workspace = true
versions.workspace = true
serde_json = "1.0.149"
[dependencies.slint]
git = "https://github.com/slint-ui/slint.git"