Extract gelement-nodes for nodes accepting both vector, raster and graphic element

This commit is contained in:
Firestar99
2025-06-30 17:18:43 +02:00
parent 217d112aae
commit fa2af78176
17 changed files with 116 additions and 40 deletions
Generated
+19
View File
@@ -2132,6 +2132,7 @@ dependencies = [
"graph-craft",
"graphene-application-io",
"graphene-core",
"graphene-element-nodes",
"graphene-path-bool",
"graphene-svg-renderer",
"iai-callgrind",
@@ -2213,6 +2214,23 @@ dependencies = [
"wgpu",
]
[[package]]
name = "graphene-element-nodes"
version = "0.1.0"
dependencies = [
"bezier-rs",
"dyn-any",
"glam",
"graphene-core",
"graphene-math-nodes",
"log",
"node-macro",
"rand 0.9.0",
"serde",
"specta",
"tokio",
]
[[package]]
name = "graphene-math-nodes"
version = "0.1.0"
@@ -2253,6 +2271,7 @@ dependencies = [
"graph-craft",
"graphene-application-io",
"graphene-core",
"graphene-element-nodes",
"graphene-math-nodes",
"graphene-path-bool",
"graphene-svg-renderer",