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"]
2020default = [" use-compiled-tools" ]
2121# If enabled, uses spirv-tools binaries installed in PATH, instead of
2222# 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 " ]
2424# If enabled will compile and link the C++ code for the spirv tools, the compiled
2525# 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 " ]
2727# If enabled, this will not check whether the current rustc version is set to the
2828# appropriate channel. rustc_cogeden_spirv requires a specific nightly version,
2929# and will likely produce compile errors when built against a different toolchain.
You can’t perform that action at this time.
0 commit comments