Skip to content

Commit 7bc8127

Browse files
committed
Use glob syntax for Cargo.toml
1 parent 57055e3 commit 7bc8127

File tree

2 files changed

+3
-39
lines changed

2 files changed

+3
-39
lines changed

Cargo.lock

Lines changed: 0 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -12,26 +12,8 @@ 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",
30-
"node-graph/nodes/raster/shaders",
31-
"node-graph/nodes/raster/shaders/entrypoint",
32-
"node-graph/nodes/text",
33-
"node-graph/nodes/transform",
34-
"node-graph/nodes/vector",
15+
"node-graph/libraries/*",
16+
"node-graph/nodes/*",
3517
"node-graph/graph-craft",
3618
"node-graph/graphene-cli",
3719
"node-graph/nodes/gstd",
@@ -55,20 +37,9 @@ default-members = [
5537
"node-graph/libraries/graphic-types",
5638
"node-graph/libraries/rendering",
5739
"node-graph/libraries/wgpu-executor",
58-
"node-graph/nodes/blending",
59-
"node-graph/nodes/brush",
60-
"node-graph/nodes/gcore",
61-
"node-graph/nodes/graphic",
62-
"node-graph/nodes/math",
63-
"node-graph/nodes/path-bool",
64-
"node-graph/nodes/raster",
65-
"node-graph/nodes/raster/shaders",
66-
"node-graph/nodes/text",
67-
"node-graph/nodes/transform",
68-
"node-graph/nodes/vector",
40+
"node-graph/nodes/*",
6941
"node-graph/graph-craft",
7042
"node-graph/graphene-cli",
71-
"node-graph/nodes/gstd",
7243
"node-graph/interpreted-executor",
7344
"node-graph/node-macro",
7445
"node-graph/preprocessor",

0 commit comments

Comments
 (0)