Skip to content

Commit 15bf5be

Browse files
DO NOT MERGE: make default_members for workspace much smaller (just naga)
1 parent 50eb207 commit 15bf5be

1 file changed

Lines changed: 18 additions & 18 deletions

File tree

Cargo.toml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -27,25 +27,25 @@ members = [
2727
]
2828
exclude = []
2929
default-members = [
30-
"benches",
31-
"examples/features",
32-
"examples/standalone/*",
33-
"lock-analyzer",
34-
"naga-cli",
30+
# "benches",
31+
# "examples/features",
32+
# "examples/standalone/*",
33+
# "lock-analyzer",
34+
# "naga-cli",
3535
"naga",
36-
"naga/fuzz",
37-
"naga/hlsl-snapshots",
38-
"naga/xtask",
39-
"player",
40-
"tests",
41-
"wgpu-core",
42-
"wgpu-core/platform-deps/*",
43-
"wgpu-hal",
44-
"wgpu-info",
45-
"wgpu-macros",
46-
"wgpu-types",
47-
"wgpu",
48-
"xtask",
36+
# "naga/fuzz",
37+
# "naga/hlsl-snapshots",
38+
# "naga/xtask",
39+
# "player",
40+
# "tests",
41+
# "wgpu-core",
42+
# "wgpu-core/platform-deps/*",
43+
# "wgpu-hal",
44+
# "wgpu-info",
45+
# "wgpu-macros",
46+
# "wgpu-types",
47+
# "wgpu",
48+
# "xtask",
4949
]
5050

5151
[workspace.lints.clippy]

0 commit comments

Comments
 (0)