mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-16 06:38:03 +08:00
* Add the brush stroke format types * Route brush strokes through the node graph * Store brush style as per-item attributes instead of a struct
22 lines
514 B
TOML
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 }
|