Skip to content

Commit 50ef6e1

Browse files
authored
Use glob syntax for Cargo.toml (#3489)
* Use glob syntax for Cargo.toml * Readd nested crates to workspace members and reduce the list of default members
1 parent ead914e commit 50ef6e1

File tree

1 file changed

+3
-40
lines changed

1 file changed

+3
-40
lines changed

Cargo.toml

Lines changed: 3 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -12,27 +12,10 @@ members = [
1212
"libraries/dyn-any",
1313
"libraries/path-bool",
1414
"libraries/math-parser",
15-
"node-graph/libraries/application-io",
16-
"node-graph/libraries/core-types",
17-
"node-graph/libraries/no-std-types",
18-
"node-graph/libraries/raster-types",
19-
"node-graph/libraries/vector-types",
20-
"node-graph/libraries/graphic-types",
21-
"node-graph/libraries/rendering",
22-
"node-graph/libraries/wgpu-executor",
23-
"node-graph/nodes/blending",
24-
"node-graph/nodes/brush",
25-
"node-graph/nodes/gcore",
26-
"node-graph/nodes/graphic",
27-
"node-graph/nodes/math",
28-
"node-graph/nodes/path-bool",
29-
"node-graph/nodes/raster",
15+
"node-graph/libraries/*",
16+
"node-graph/nodes/*",
3017
"node-graph/nodes/raster/shaders",
3118
"node-graph/nodes/raster/shaders/entrypoint",
32-
"node-graph/nodes/text",
33-
"node-graph/nodes/transform",
34-
"node-graph/nodes/repeat",
35-
"node-graph/nodes/vector",
3619
"node-graph/graph-craft",
3720
"node-graph/graphene-cli",
3821
"node-graph/nodes/gstd",
@@ -51,32 +34,12 @@ default-members = [
5134
"libraries/dyn-any",
5235
"libraries/path-bool",
5336
"libraries/math-parser",
54-
"node-graph/libraries/application-io",
55-
"node-graph/libraries/core-types",
56-
"node-graph/libraries/no-std-types",
57-
"node-graph/libraries/raster-types",
58-
"node-graph/libraries/vector-types",
59-
"node-graph/libraries/graphic-types",
60-
"node-graph/libraries/rendering",
61-
"node-graph/libraries/wgpu-executor",
62-
"node-graph/nodes/blending",
63-
"node-graph/nodes/brush",
64-
"node-graph/nodes/gcore",
65-
"node-graph/nodes/graphic",
66-
"node-graph/nodes/math",
67-
"node-graph/nodes/path-bool",
68-
"node-graph/nodes/raster",
69-
"node-graph/nodes/raster/shaders",
70-
"node-graph/nodes/text",
71-
"node-graph/nodes/transform",
72-
"node-graph/nodes/vector",
7337
"node-graph/graph-craft",
7438
"node-graph/graphene-cli",
75-
"node-graph/nodes/gstd",
7639
"node-graph/interpreted-executor",
7740
"node-graph/node-macro",
7841
"node-graph/preprocessor",
79-
# blocked by https://github.com/rust-lang/cargo/issues/15890
42+
# blocked by https://github.com/rust-lang/cargo/issues/16000
8043
# "proc-macros",
8144
]
8245
resolver = "2"

0 commit comments

Comments
 (0)