Update cargo-gpu, remove legacy-target-specs to fix nix builds (#3257)

update cargo-gpu, remove legacy-target-specs to fix nix builds
This commit is contained in:
Firestar99
2025-10-06 08:56:56 +00:00
committed by GitHub
parent 074a33f58f
commit bfba632100
2 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -196,7 +196,7 @@ poly-cool = "0.3"
spin = "0.10"
clap = "4.5"
spirv-std = { git = "https://github.com/rust-gpu/rust-gpu", rev = "c12f216121820580731440ee79ebc7403d6ea04f", features = ["bytemuck"] }
cargo-gpu = { git = "https://github.com/rust-gpu/cargo-gpu", rev = "f969528e87baa17a7d48eecf4a6fcfdcaaf30566" }
cargo-gpu = { git = "https://github.com/rust-gpu/cargo-gpu", rev = "1358ab005b9a6b076117ef35f9de597c64f85670", default-features = false }
[workspace.lints.rust]
unexpected_cfgs = { level = "allow", check-cfg = ['cfg(target_arch, values("spirv"))'] }