mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-01-22 17:33:19 +01:00
32 lines
854 B
TOML
32 lines
854 B
TOML
[package]
|
|
name = "rog_anime"
|
|
version = "1.0.3"
|
|
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"
|
|
documentation = "https://docs.rs/rog-anime"
|
|
description = "Types useful for translating images and other data for display on the ASUS AniMe Matrix display"
|
|
keywords = ["ROG", "ASUS", "AniMe"]
|
|
edition = "2018"
|
|
exclude = ["data"]
|
|
|
|
[features]
|
|
default = ["dbus"]
|
|
dbus = ["zbus", "zvariant", "zvariant_derive"]
|
|
|
|
[dependencies]
|
|
png_pong = "^0.8.0"
|
|
pix = "0.13"
|
|
gif = "^0.11.2"
|
|
|
|
serde = "^1.0"
|
|
serde_derive = "^1.0"
|
|
|
|
glam = { version = "0.14.0", features = ["serde"] }
|
|
|
|
zbus = { version = "^1.9.1", optional = true }
|
|
zvariant = { version = "^2.6", optional = true }
|
|
zvariant_derive = { version = "^2.6", optional = true }
|