Files
Graphite/node-graph/nodes/graphic/Cargo.toml
Timon 10256dd22c Introduce the new brush stroke data types (#4467)
* Add the brush stroke format types

* Route brush strokes through the node graph

* Store brush style as per-item attributes instead of a struct
2026-08-27 15:19:01 +00:00

22 lines
514 B
TOML

[package]
name = "graphic-nodes"
version = "0.1.0"
edition = "2024"
license = "MIT OR Apache-2.0"
authors.workspace = true
[dependencies]
# Local dependencies
core-types = { workspace = true }
brush-types = { workspace = true }
graphic-types = { workspace = true }
vector-types = { workspace = true }
raster-types = { workspace = true }
# Workspace dependencies
dyn-any = { workspace = true }
glam = { workspace = true }
serde = { workspace = true }
node-macro = { workspace = true }
rand = { workspace = true }