figments-render 0.0.4

A high performance graphics hardware control layer for microcontrollers using the Figments rendering API
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 = "2024"
name = "figments-render"
version = "0.0.4"
authors = ["tdfischer"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A high performance graphics hardware control layer for microcontrollers using the Figments rendering API"
readme = "README.md"
keywords = [
    "ws2812",
    "esp32",
    "smart-leds",
    "embedded-graphics",
]
categories = [
    "graphics",
    "embedded",
    "rendering::engine",
]
license = "LGPL-2.1-or-later"
repository = "https://github.com/tdfischer/figments"

[features]
default = [
    "smart-leds",
    "micromath",
]
log-04 = ["dep:log"]
micromath = ["dep:micromath"]
smart-leds = ["dep:smart-leds-trait"]

[lib]
name = "figments_render"
path = "src/lib.rs"

[dependencies.figments]
version = "0.0.4"

[dependencies.log]
version = "0.4"
optional = true

[dependencies.micromath]
version = "2.1.0"
optional = true

[dependencies.rgb]
version = "0.8"

[dependencies.smart-leds-trait]
version = "0.3"
optional = true