mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-02-06 00:15:04 +01:00
19 lines
399 B
TOML
19 lines
399 B
TOML
[package]
|
|
name = "ctrl-gfx"
|
|
version = "2.1.1"
|
|
license = "MPL-2.0"
|
|
readme = "README.md"
|
|
authors = ["Luke <luke@ljones.dev>"]
|
|
description = "Fine control of laptop GPU"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
sysfs-class = "^0.1.2"
|
|
log = "^0.4"
|
|
|
|
zbus = { version = "1.1.1", optional = true }
|
|
zvariant = { version = "2.2.0", optional = true }
|
|
|
|
[features]
|
|
default = ["use-zbus"]
|
|
use-zbus = ["zbus", "zvariant"] |