[package]
name = "led-ring"
version = "0.1.1"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "No-std LED ring animation engine: spatial patterns (solid, fill, heatmap, dots) + temporal modifiers (blink, pulse, rotate, glow). Generic over ring size."
repository = "https://github.com/pedalboard/led-ring"
keywords = ["led", "ws2812", "neopixel", "no-std", "animation"]
categories = ["no-std", "embedded"]
[dependencies]
serde = { version = "1", default-features = false, features = ["derive"] }
[features]
default = []