[package] name = "rog_types" version = "3.2.0" license = "MPL-2.0" readme = "README.md" authors = ["Luke "] 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] rog_aura = { path = "../rog-aura" } serde = "^1.0" serde_derive = "^1.0" zvariant = "^2.6" zvariant_derive = "^2.6"