gantz_std 0.1.0

A standard library of commonly useful nodes for gantz, an environment for creative systems.
Documentation
[dependencies.gantz_core]
version = "0.1.0"

[dependencies.log]
features = ["serde"]
version = "0.4"

[dependencies.serde]
features = ["derive"]
version = "1"

[dependencies.steel-core]
version = "0.7"

[dependencies.steel-derive]
version = "0.6"

[dependencies.typetag]
version = "0.2"

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

[package]
authors = ["nannou-org"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A standard library of commonly useful nodes for gantz, an environment for creative systems."
edition = "2024"
homepage = "https://github.com/nannou-org/gantz"
license = "Apache-2.0"
name = "gantz_std"
readme = false
repository = "https://github.com/nannou-org/gantz"
version = "0.1.0"