mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-02-06 00:15:04 +01:00
Major restructure to move gfx control out to crate
This commit is contained in:
26
supergfx/Cargo.toml
Normal file
26
supergfx/Cargo.toml
Normal file
@@ -0,0 +1,26 @@
|
||||
[package]
|
||||
name = "supergfxctl"
|
||||
version = "1.1.0"
|
||||
license = "MPL-2.0"
|
||||
readme = "README.md"
|
||||
authors = ["Luke <luke@ljones.dev>"]
|
||||
repository = "https://gitlab.com/asus-linux/asusctl"
|
||||
homepage = "https://gitlab.com/asus-linux/asusctl"
|
||||
documentation = "https://docs.rs/rog-anime"
|
||||
description = "Types useful for fancy keyboards on ASUS ROG laptops"
|
||||
keywords = ["graphics", "nvidia", "switching"]
|
||||
edition = "2018"
|
||||
exclude = ["data"]
|
||||
|
||||
[dependencies]
|
||||
serde = "^1.0"
|
||||
serde_derive = "^1.0"
|
||||
serde_json = "^1.0"
|
||||
log = "^0.4"
|
||||
|
||||
zbus = "^1.9.1"
|
||||
zvariant = "^2.8"
|
||||
zvariant_derive = "^2.8"
|
||||
logind-zbus = "^0.7.1"
|
||||
|
||||
sysfs-class = "^0.1.2"
|
||||
Reference in New Issue
Block a user