mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-02-06 00:15:04 +01:00
- Adjust gfx controller to assume that the graphics driver is loaded if the mode is set for nvidia/hybrid - Small code adjustments for error handling
25 lines
638 B
TOML
25 lines
638 B
TOML
[package]
|
|
name = "asus-nb"
|
|
version = "2.1.2"
|
|
license = "MPL-2.0"
|
|
readme = "README.md"
|
|
authors = ["Luke <luke@ljones.dev>"]
|
|
repository = "https://gitlab.com/asus-linux/asus-nb-ctrl"
|
|
homepage = "https://gitlab.com/asus-linux/asus-nb-ctrl"
|
|
description = "A small library of effect types and conversions for ROG Aura"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
gumdrop = "^0.8"
|
|
dbus = { version = "^0.8" }
|
|
serde = "^1.0"
|
|
serde_derive = "^1.0"
|
|
serde_json = "^1.0"
|
|
yansi-term = "^0.1"
|
|
rog_fan_curve = { version = "0.1", features = ["serde"] }
|
|
zbus = "^1.8.0"
|
|
zvariant = "^2.4.0"
|
|
ctrl-gfx = { path = "../ctrl-gfx" }
|
|
|
|
[dev-dependencies]
|
|
tinybmp = "^0.2.3" |