We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
rustc_codegen_spirv
rustc_codegen_spirv_target_specs
1 parent e229e57 commit 9505a7bCopy full SHA for 9505a7b
crates/rustc_codegen_spirv/Cargo.toml
@@ -61,6 +61,9 @@ tracing.workspace = true
61
tracing-subscriber.workspace = true
62
tracing-tree = "0.3.0"
63
64
+# required for cargo gpu to resolve the needed target specs
65
+rustc_codegen_spirv_target_specs.workspace = true
66
+
67
[dev-dependencies]
68
pretty_assertions = "1.0"
69
0 commit comments