2018-11-28 15:02:33 +00:00
|
|
|
[package]
|
2024-11-09 11:10:59 +00:00
|
|
|
name = "pixelfoo-apps"
|
2023-04-09 22:57:36 +00:00
|
|
|
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]
|
2023-04-09 22:57:36 +00:00
|
|
|
rand = "0.8.4"
|
2018-12-02 14:57:24 +00:00
|
|
|
chrono = "0.4.6"
|
2023-04-09 22:57:36 +00:00
|
|
|
lowdim = { version = "0.6.0", features = ["random"] }
|
2024-11-03 18:25:14 +00:00
|
|
|
primal = "0.3.3"
|
2024-11-15 12:49:20 +00:00
|
|
|
serde = { version = "1.0.215", features = ["derive"] }
|
|
|
|
serde_json = "1.0.132"
|