Skip to content

Commit 3bb2e9d

Browse files
DO NOT MERGE: make default_members for workspace much smaller (just naga)
1 parent 3806939 commit 3bb2e9d

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

Cargo.toml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -25,23 +25,23 @@ members = [
2525
]
2626
exclude = []
2727
default-members = [
28-
"benches",
29-
"examples/features",
30-
"examples/standalone/*",
31-
"lock-analyzer",
32-
"naga-cli",
28+
# "benches",
29+
# "examples/features",
30+
# "examples/standalone/*",
31+
# "lock-analyzer",
32+
# "naga-cli",
3333
"naga",
34-
"naga/fuzz",
35-
"naga/hlsl-snapshots",
36-
"player",
37-
"tests",
38-
"wgpu-core",
39-
"wgpu-core/platform-deps/*",
40-
"wgpu-hal",
41-
"wgpu-info",
42-
"wgpu-macros",
43-
"wgpu-types",
44-
"wgpu",
34+
# "naga/fuzz",
35+
# "naga/hlsl-snapshots",
36+
# "player",
37+
# "tests",
38+
# "wgpu-core",
39+
# "wgpu-core/platform-deps/*",
40+
# "wgpu-hal",
41+
# "wgpu-info",
42+
# "wgpu-macros",
43+
# "wgpu-types",
44+
# "wgpu",
4545
]
4646

4747
[workspace.lints.clippy]

0 commit comments

Comments
 (0)