mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-02-06 00:15:04 +01:00
Enable fan curves
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user