figments-sample-shaders 0.2.0

Sample graphics shaders for usage with Figments
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-sample-shaders"
version = "0.2.0"
authors = ["tdfischer"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Sample graphics shaders for usage with Figments"
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 = ["micromath"]
micromath = ["dep:micromath"]

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

[dependencies.figments]
version = "0.0.4"
features = [
    "log-04",
    "alloc",
]

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

[dependencies.rgb]
version = "0.8"