Enable fan curves

This commit is contained in:
Luke D. Jones
2024-03-14 17:17:55 +13:00
parent f6ad631a0f
commit 6b0edc6da1
8 changed files with 327 additions and 96 deletions

View File

@@ -11,7 +11,9 @@ edition = "2021"
[dependencies]
betrayer = { git = "https://github.com/flukejones/betrayer.git", features = ["winit"] }
betrayer = { git = "https://github.com/flukejones/betrayer.git", features = [
"winit",
] }
asusd = { path = "../asusd" }
config-traits = { path = "../config-traits" }
@@ -52,11 +54,18 @@ winit = "*"
git = "https://github.com/flukejones/sixtyfps.git"
branch = "asusctl"
default-features = false
features = ["std", "gettext", "compat-1-0", "backend-winit-wayland", "backend-linuxkms", "renderer-femtovg"]
features = [
"std",
"gettext",
"compat-1-0",
"backend-winit-wayland",
"backend-linuxkms",
"renderer-femtovg",
]
[build-dependencies.slint-build]
git = "https://github.com/flukejones/sixtyfps.git"
branch = "asusctl"
[dev-dependencies]
cargo-husky.workspace = true
cargo-husky.workspace = true