Skip to content

Commit 0124b25

Browse files
committed
HACK remove later: Update SPIRV-Tools to make rspirv dep a workspace git dep instead of a patch
Rust-GPU/SPIRV-Tools#2
1 parent dfe213f commit 0124b25

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

Cargo.lock

Lines changed: 3 additions & 4 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
@@ -46,7 +46,7 @@ spirv-builder = { path = "./crates/spirv-builder", version = "=0.9.0", default-f
4646
spirv-std = { path = "./crates/spirv-std", version = "=0.9.0" }
4747
spirv-std-types = { path = "./crates/spirv-std/shared", version = "=0.9.0" }
4848
spirv-std-macros = { path = "./crates/spirv-std/macros", version = "=0.9.0" }
49-
spirv-tools = { git = "https://github.com/Rust-GPU/SPIRV-Tools", default-features = false }
49+
spirv-tools = { git = "https://github.com/Rust-GPU/SPIRV-Tools", default-features = false, rev = "de10ed0457f7b7e405bd8952b93254a9b7230efc" }
5050
rustc_codegen_spirv = { path = "./crates/rustc_codegen_spirv", version = "=0.9.0", default-features = false }
5151
rustc_codegen_spirv-types = { path = "./crates/rustc_codegen_spirv-types", version = "=0.9.0" }
5252

0 commit comments

Comments
 (0)