mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-02-06 00:15:04 +01:00
- Flip writing order of effect colour blocks every other block write to try and even out. Previously the bottom rows were always last to be written. - Add more examples: ball, comet, pulser. - Refine the keyboard layout grid for GX502. - Use tokio to delay main loop, not thread::sleep - Minor tweaks to error handling. Needs refactor of errors.
18 lines
446 B
TOML
18 lines
446 B
TOML
[package]
|
|
name = "rog-aura"
|
|
version = "0.9.2"
|
|
license = "MPL-2.0"
|
|
readme = "README.md"
|
|
authors = ["Luke <luke@ljones.dev>"]
|
|
repository = "https://github.com/flukejones/rog-core"
|
|
homepage = "https://github.com/flukejones/rog-core"
|
|
description = "A small library of effect types and conversions for ROG Aura"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
gumdrop = "^0.8.0"
|
|
dbus = { version = "^0.8.2" }
|
|
serde = "1.0"
|
|
serde_derive = "1.0"
|
|
thiserror = "^1.0.15"
|