File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -25,20 +25,29 @@ members = [
25
25
" proc-macros" ,
26
26
]
27
27
default-members = [
28
+ " desktop" ,
29
+ " desktop/wrapper" ,
28
30
" editor" ,
29
31
" frontend/wasm" ,
32
+ " libraries/dyn-any" ,
33
+ " libraries/path-bool" ,
34
+ " libraries/math-parser" ,
35
+ " node-graph/gapplication-io" ,
30
36
" node-graph/gbrush" ,
31
37
" node-graph/gcore" ,
32
38
" node-graph/gcore-shaders" ,
33
- " node-graph/gstd" ,
34
39
" node-graph/gmath-nodes" ,
35
40
" node-graph/gpath-bool" ,
36
41
" node-graph/graph-craft" ,
37
42
" node-graph/graphene-cli" ,
38
43
" node-graph/graster-nodes" ,
44
+ " node-graph/gstd" ,
39
45
" node-graph/gsvg-renderer" ,
40
46
" node-graph/interpreted-executor" ,
41
47
" node-graph/node-macro" ,
48
+ " node-graph/preprocessor" ,
49
+ " node-graph/wgpu-executor" ,
50
+ " proc-macros" ,
42
51
]
43
52
resolver = " 2"
44
53
You can’t perform that action at this time.
0 commit comments