Rust-GPU: pin to 985007fc, until i can figure how to bump it

This commit is contained in:
2025-01-13 20:17:04 +00:00
parent 74f1f3b232
commit dc201549c1
4 changed files with 11 additions and 11 deletions

View File

@@ -5,7 +5,7 @@ authors = ["Colin <colin@uninsane.org>"]
edition = "2021"
[dependencies]
spirv-builder = { git = "https://github.com/Rust-GPU/rust-gpu", features = ["use-compiled-tools"] }
spirv-builder = { git = "https://github.com/Rust-GPU/rust-gpu", rev = "985007fc", features = ["use-compiled-tools"] }
# these deps are to satisfy internal rustc stuff, since spirv-builder links into rustc internals (HACK).
# this needs to match the rustc lock file -- not just its Cargo.toml -- so we pin down to the patch level