mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-01-22 17:33:19 +01:00
Fix inclusion of supergfxctl lib
This commit is contained in:
@@ -26,6 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
and on resume/boot (hybrid boot). It has been proven that this nvidia daemon can be
|
||||
problematic when on battery, not allowing the dgpu to suspend within decent time and
|
||||
sometimes blocking it completely.
|
||||
- Notification to rog-control-center of dGPU state change
|
||||
### Changed
|
||||
- Use loops to ensure that mutex is gained for LED changes.
|
||||
- asusctl now uses tokio for async runtime. This helps simplify some code.
|
||||
|
||||
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -2459,6 +2459,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "supergfxctl"
|
||||
version = "5.0.2"
|
||||
source = "git+https://gitlab.com/asus-linux/supergfxctl.git#f8f9a5a843e6960a13a5fd2c02995c7c979cbfba"
|
||||
dependencies = [
|
||||
"env_logger",
|
||||
"gumdrop",
|
||||
|
||||
@@ -18,8 +18,8 @@ rog_dbus = { path = "../rog-dbus" }
|
||||
rog_aura = { path = "../rog-aura" }
|
||||
rog_profiles = { path = "../rog-profiles" }
|
||||
rog_platform = { path = "../rog-platform" }
|
||||
#supergfxctl = { git = "https://gitlab.com/asus-linux/supergfxctl.git" }
|
||||
supergfxctl = { path = "../../supergfxctl" }
|
||||
supergfxctl = { git = "https://gitlab.com/asus-linux/supergfxctl.git" }
|
||||
#supergfxctl = { path = "../../supergfxctl" }
|
||||
|
||||
smol.workspace = true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user