mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-02-06 00:15:04 +01:00
25 lines
565 B
TOML
25 lines
565 B
TOML
[package]
|
|
name = "rog_anime"
|
|
version = "1.0.0"
|
|
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"
|
|
description = "Types useful for translating images and other data for display on the ASUS AniMe Matrix display"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
png_pong = "^0.8.0"
|
|
glam = "*"
|
|
pix = "0.13"
|
|
gif = "^0.11.2"
|
|
|
|
serde = "^1.0"
|
|
serde_derive = "^1.0"
|
|
zvariant = "^2.5"
|
|
zvariant_derive = "^2.5"
|
|
|
|
[features]
|
|
default = ["zbus"]
|
|
zbus = [] |