paint_list_api 0.1.1

PaintList trait + engine-facing paint vocabulary for the polyglot netrender pipeline (PM-3 design).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "paint_list_api"
version = "0.1.1"
license = "MPL-2.0"
repository = "https://github.com/merely-made/netrender"
readme = "../README.md"
description = "PaintList trait + engine-facing paint vocabulary for the polyglot netrender pipeline (PM-3 design)."
edition = "2021"

[dependencies]
euclid.workspace = true
serde = { workspace = true, features = ["rc"] }

[dev-dependencies]
serde_json = "1"