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

@@ -7,5 +7,5 @@ edition = "2021"
crate-type = ["dylib", "lib"]
[dependencies]
spirv-std = { git = "https://github.com/Rust-GPU/rust-gpu", features = ["glam"] } # MIT or Apache 2.0
spirv-std = { git = "https://github.com/Rust-GPU/rust-gpu", rev = "985007fc", features = ["glam"] } # MIT or Apache 2.0
coremem_cross = { path = "../cross" }