[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"