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
+3
View File
@@ -7,6 +7,7 @@ members = [
"node-graph/gapplication-io",
"node-graph/gcore",
"node-graph/gstd",
"node-graph/gelement-nodes",
"node-graph/gmath-nodes",
"node-graph/gpath-bool",
"node-graph/graph-craft",
@@ -26,6 +27,7 @@ default-members = [
"frontend/wasm",
"node-graph/gcore",
"node-graph/gstd",
"node-graph/gelement-nodes",
"node-graph/gmath-nodes",
"node-graph/gpath-bool",
"node-graph/graph-craft",
@@ -45,6 +47,7 @@ math-parser = { path = "libraries/math-parser" }
path-bool = { path = "libraries/path-bool" }
graphene-application-io = { path = "node-graph/gapplication-io" }
graphene-core = { path = "node-graph/gcore" }
graphene-element-nodes = { path = "node-graph/gelement-nodes" }
graphene-math-nodes = { path = "node-graph/gmath-nodes" }
graphene-path-bool = { path = "node-graph/gpath-bool" }
graph-craft = { path = "node-graph/graph-craft" }