@@ -7,11 +7,14 @@ members = [
77 " node-graph/gapplication-io" ,
88 " node-graph/gcore" ,
99 " node-graph/gstd" ,
10+ " node-graph/gmath-nodes" ,
11+ " node-graph/gpath-bool" ,
1012 " node-graph/graph-craft" ,
1113 " node-graph/graphene-cli" ,
14+ " node-graph/gsvg-renderer" ,
1215 " node-graph/interpreted-executor" ,
1316 " node-graph/node-macro" ,
14- " node-graph/wgpu-executor " ,
17+ " node-graph/preprocessor " ,
1518 " libraries/dyn-any" ,
1619 " libraries/path-bool" ,
1720 " libraries/bezier-rs" ,
@@ -23,8 +26,11 @@ default-members = [
2326 " frontend/wasm" ,
2427 " node-graph/gcore" ,
2528 " node-graph/gstd" ,
29+ " node-graph/gmath-nodes" ,
30+ " node-graph/gpath-bool" ,
2631 " node-graph/graph-craft" ,
2732 " node-graph/graphene-cli" ,
33+ " node-graph/gsvg-renderer" ,
2834 " node-graph/interpreted-executor" ,
2935 " node-graph/node-macro" ,
3036]
@@ -34,12 +40,16 @@ resolver = "2"
3440# Local dependencies
3541bezier-rs = { path = " libraries/bezier-rs" , features = [" dyn-any" , " serde" ] }
3642dyn-any = { path = " libraries/dyn-any" , features = [" derive" , " glam" , " reqwest" , " log-bad-types" , " rc" ] }
43+ preprocessor = { path = " node-graph/preprocessor" }
3744math-parser = { path = " libraries/math-parser" }
3845path-bool = { path = " libraries/path-bool" }
3946graphene-application-io = { path = " node-graph/gapplication-io" }
4047graphene-core = { path = " node-graph/gcore" }
48+ graphene-math-nodes = { path = " node-graph/gmath-nodes" }
49+ graphene-path-bool = { path = " node-graph/gpath-bool" }
4150graph-craft = { path = " node-graph/graph-craft" }
4251graphene-std = { path = " node-graph/gstd" }
52+ graphene-svg-renderer = { path = " node-graph/gsvg-renderer" }
4353interpreted-executor = { path = " node-graph/interpreted-executor" }
4454node-macro = { path = " node-graph/node-macro" }
4555wgpu-executor = { path = " node-graph/wgpu-executor" }
0 commit comments