Skip to content

Commit 26b36b9

Browse files
remove dublicate rustc_codegen_spirv-target-specs
1 parent 2cef925 commit 26b36b9

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

Cargo.lock

Lines changed: 2 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ poly-cool = "0.3"
196196
spin = "0.10"
197197
clap = "4.5"
198198
spirv-std = { git = "https://github.com/rust-gpu/rust-gpu", rev = "c12f216121820580731440ee79ebc7403d6ea04f", features = ["bytemuck"] }
199-
cargo-gpu = { git = "https://github.com/rust-gpu/cargo-gpu", rev = "f969528e87baa17a7d48eecf4a6fcfdcaaf30566" }
199+
cargo-gpu = { git = "https://github.com/rust-gpu/cargo-gpu", rev = "8d980ff1218021c1b19d0393d8bbc2789124804d", default-features = false }
200200

201201
[workspace.lints.rust]
202202
unexpected_cfgs = { level = "allow", check-cfg = ['cfg(target_arch, values("spirv"))'] }

0 commit comments

Comments
 (0)