File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
crates/rustc_codegen_spirv Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ crate-type = ["dylib"]
20
20
default = ["use-compiled-tools"]
21
21
# If enabled, uses spirv-tools binaries installed in PATH, instead of
22
22
# compiling and linking the spirv-tools C++ code
23
- use-installed-tools = ["spirv-tools/use-installed-tools"]
23
+ use-installed-tools = ["spirv-tools/use-installed-tools", "naga" ]
24
24
# If enabled will compile and link the C++ code for the spirv tools, the compiled
25
25
# version is preferred if both this and `use-installed-tools` are enabled
26
- use-compiled-tools = ["spirv-tools/use-compiled-tools"]
26
+ use-compiled-tools = ["spirv-tools/use-compiled-tools", "naga" ]
27
27
# If enabled, this will not check whether the current rustc version is set to the
28
28
# appropriate channel. rustc_cogeden_spirv requires a specific nightly version,
29
29
# and will likely produce compile errors when built against a different toolchain.
You can’t perform that action at this time.
0 commit comments