gantz_std 0.2.0

A standard library of commonly useful nodes for gantz, an environment for creative systems.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "gantz_std"
version = "0.2.0"
description = "A standard library of commonly useful nodes for gantz, an environment for creative systems."
authors.workspace = true
edition.workspace = true
homepage.workspace = true
license.workspace = true
repository.workspace = true

[dependencies]
gantz_ca.workspace = true
gantz_core.workspace = true
log.workspace = true
serde.workspace = true
steel-core.workspace = true
steel-derive.workspace = true
typetag.workspace = true