Skip to content

Commit f8a7953

Browse files
committed
cargo: add wgpu-executor as a member, sort list
1 parent f11562c commit f8a7953

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

Cargo.toml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,29 @@
11
[workspace]
22
members = [
3-
"editor",
43
"desktop",
54
"desktop/wrapper",
65
"desktop/embedded-resources",
7-
"proc-macros",
6+
"editor",
87
"frontend/wasm",
8+
"libraries/dyn-any",
9+
"libraries/path-bool",
10+
"libraries/math-parser",
911
"node-graph/gapplication-io",
1012
"node-graph/gbrush",
1113
"node-graph/gcore",
1214
"node-graph/gcore-shaders",
13-
"node-graph/gstd",
1415
"node-graph/gmath-nodes",
1516
"node-graph/gpath-bool",
1617
"node-graph/graph-craft",
1718
"node-graph/graphene-cli",
1819
"node-graph/graster-nodes",
20+
"node-graph/gstd",
1921
"node-graph/gsvg-renderer",
2022
"node-graph/interpreted-executor",
2123
"node-graph/node-macro",
2224
"node-graph/preprocessor",
23-
"libraries/dyn-any",
24-
"libraries/path-bool",
25-
"libraries/math-parser",
25+
"node-graph/wgpu-executor",
26+
"proc-macros",
2627
]
2728
default-members = [
2829
"editor",

0 commit comments

Comments
 (0)