pixelfoo-apps/Cargo.toml

17 lines
492 B
TOML
Raw Normal View History

2018-11-28 15:02:33 +00:00
[package]
name = "pixelfoo"
version = "0.2.0"
2018-11-28 15:02:33 +00:00
authors = ["juergen <juergen@chaospott.de>"]
2024-10-19 13:01:53 +00:00
description = "Pixelfoo animation apps."
homepage = "https://codeberg.org/poc/pixelfoo-apps.git"
repository = "https://codeberg.org/poc/pixelfoo-spps.git"
keywords = ["led", "led-matrix", "neopixel", "smart-leds", "graphics"]
categories = ["graphics"]
license = "MIT OR Apache-2.0"
2024-03-30 10:28:13 +00:00
edition = "2021"
2018-11-28 15:02:33 +00:00
[dependencies]
rand = "0.8.4"
2018-12-02 14:57:24 +00:00
chrono = "0.4.6"
lowdim = { version = "0.6.0", features = ["random"] }