Skip to content

Commit 8ae6cf0

Browse files
committed
cargo: add wgpu-executor as a member, sort list
1 parent fe9645f commit 8ae6cf0

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,27 +1,28 @@
11
[workspace]
22
members = [
3-
"editor",
43
"desktop",
54
"desktop/wrapper",
6-
"proc-macros",
5+
"editor",
76
"frontend/wasm",
7+
"libraries/dyn-any",
8+
"libraries/path-bool",
9+
"libraries/math-parser",
810
"node-graph/gapplication-io",
911
"node-graph/gbrush",
1012
"node-graph/gcore",
1113
"node-graph/gcore-shaders",
12-
"node-graph/gstd",
1314
"node-graph/gmath-nodes",
1415
"node-graph/gpath-bool",
1516
"node-graph/graph-craft",
1617
"node-graph/graphene-cli",
1718
"node-graph/graster-nodes",
19+
"node-graph/gstd",
1820
"node-graph/gsvg-renderer",
1921
"node-graph/interpreted-executor",
2022
"node-graph/node-macro",
2123
"node-graph/preprocessor",
22-
"libraries/dyn-any",
23-
"libraries/path-bool",
24-
"libraries/math-parser",
24+
"node-graph/wgpu-executor",
25+
"proc-macros",
2526
]
2627
default-members = [
2728
"editor",

0 commit comments

Comments
 (0)