Skip to content

Commit 0ee6729

Browse files
committed
make rustc_codegen_spirv depend on rustc_codegen_spirv_target_specs for cargo gpu
1 parent 760addb commit 0ee6729

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/rustc_codegen_spirv/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ tracing.workspace = true
6161
tracing-subscriber.workspace = true
6262
tracing-tree = "0.3.0"
6363

64+
# required for cargo gpu to resolve the needed target specs
65+
rustc_codegen_spirv_target_specs.workspace = true
66+
6467
[dev-dependencies]
6568
pretty_assertions = "1.0"
6669

0 commit comments

Comments
 (0)