gantz_core 0.1.0

The core types and traits for gantz, an environment for creative systems.
Documentation
[dependencies.petgraph]
features = ["serde-1"]
version = "0.6"

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

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

[dependencies.thiserror]
version = "2"

[dev-dependencies.env_logger]
version = "0.10"

[dev-dependencies.serde_json]
version = "1"

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

[dev-dependencies.typetag]
version = "0.2"

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

[package]
authors = ["nannou-org"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "The core types and traits for gantz, an environment for creative systems."
edition = "2024"
homepage = "https://github.com/nannou-org/gantz"
license = "Apache-2.0"
name = "gantz_core"
readme = false
repository = "https://github.com/nannou-org/gantz"
version = "0.1.0"

[[test]]
name = "graph"
path = "tests/graph.rs"

[[test]]
name = "nested"
path = "tests/nested.rs"

[[test]]
name = "serde"
path = "tests/serde.rs"

[[test]]
name = "state"
path = "tests/state.rs"