rog_anime 1.3.0

Types useful for translating images and other data for display on the ASUS AniMe Matrix display
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2018"
name = "rog_anime"
version = "1.3.0"
authors = ["Luke <luke@ljones.dev>"]
exclude = ["data"]
description = "Types useful for translating images and other data for display on the ASUS AniMe Matrix display"
homepage = "https://gitlab.com/asus-linux/asus-nb-ctrl"
documentation = "https://docs.rs/rog-anime"
readme = "README.md"
keywords = ["ROG", "ASUS", "AniMe"]
license = "MPL-2.0"
repository = "https://gitlab.com/asus-linux/asus-nb-ctrl"
[dependencies.gif]
version = "^0.11.2"

[dependencies.glam]
version = "0.14.0"
features = ["serde"]

[dependencies.pix]
version = "0.13"

[dependencies.png_pong]
version = "^0.8.0"

[dependencies.serde]
version = "^1.0"

[dependencies.serde_derive]
version = "^1.0"

[dependencies.zvariant]
version = "^2.6"
optional = true

[dependencies.zvariant_derive]
version = "^2.6"
optional = true

[features]
dbus = ["zvariant", "zvariant_derive"]
default = ["dbus"]