- `thread_rng` becomes just `rng`. - `gen` is renamed to `random`, `gen_range` to `random_range`. - Avoid using the `rand` feature of the not yet updated crate `lowdim`.
20 lines
569 B
TOML
20 lines
569 B
TOML
[package]
|
|
name = "pixelfoo-apps"
|
|
version = "0.2.0"
|
|
authors = ["juergen <juergen@chaospott.de>"]
|
|
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"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
chrono = "0.4.6"
|
|
lowdim = { version = "0.6.0" }
|
|
primal = "0.3.3"
|
|
rand = "0.9.2"
|
|
serde = { version = "1.0.215", features = ["derive"] }
|
|
serde_json = "1.0.132"
|