mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-28 07:38:11 +08:00
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
This commit is contained in:
Generated
+16
@@ -370,10 +370,12 @@ dependencies = [
|
||||
name = "brush-nodes"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"brush-types",
|
||||
"core-types",
|
||||
"dyn-any",
|
||||
"glam",
|
||||
"graphene-hash",
|
||||
"graphic-types",
|
||||
"node-macro",
|
||||
"raster-nodes",
|
||||
"raster-types",
|
||||
@@ -381,6 +383,17 @@ dependencies = [
|
||||
"tokio",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "brush-types"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"core-types",
|
||||
"dyn-any",
|
||||
"glam",
|
||||
"graphene-hash",
|
||||
"serde",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "bumpalo"
|
||||
version = "3.19.0"
|
||||
@@ -2208,6 +2221,7 @@ dependencies = [
|
||||
name = "graphic-nodes"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"brush-types",
|
||||
"core-types",
|
||||
"dyn-any",
|
||||
"glam",
|
||||
@@ -2223,6 +2237,7 @@ dependencies = [
|
||||
name = "graphic-types"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"brush-types",
|
||||
"core-types",
|
||||
"dyn-any",
|
||||
"glam",
|
||||
@@ -4871,6 +4886,7 @@ name = "rendering"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"base64",
|
||||
"brush-types",
|
||||
"core-types",
|
||||
"dyn-any",
|
||||
"glam",
|
||||
|
||||
Reference in New Issue
Block a user