We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd6479b commit a050379Copy full SHA for a050379
1 file changed
Cargo.toml
@@ -25,20 +25,29 @@ members = [
25
"proc-macros",
26
]
27
default-members = [
28
+ "desktop",
29
+ "desktop/wrapper",
30
"editor",
31
"frontend/wasm",
32
+ "libraries/dyn-any",
33
+ "libraries/path-bool",
34
+ "libraries/math-parser",
35
+ "node-graph/gapplication-io",
36
"node-graph/gbrush",
37
"node-graph/gcore",
38
"node-graph/gcore-shaders",
- "node-graph/gstd",
39
"node-graph/gmath-nodes",
40
"node-graph/gpath-bool",
41
"node-graph/graph-craft",
42
"node-graph/graphene-cli",
43
"node-graph/graster-nodes",
44
+ "node-graph/gstd",
45
"node-graph/gsvg-renderer",
46
"node-graph/interpreted-executor",
47
"node-graph/node-macro",
48
+ "node-graph/preprocessor",
49
+ "node-graph/wgpu-executor",
50
+ "proc-macros",
51
52
resolver = "2"
53
0 commit comments