Skip to content

Commit c73ddb3

Browse files
committed
WIP update spirv-tools
1 parent 30024f8 commit c73ddb3

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

Cargo.lock

Lines changed: 2 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 = { version = "0.11", default-features = false }
49+
spirv-tools = { git = "https://github.com/Rust-GPU/spirv-tools-rs", rev = "7b32f1fd8fa02ddab87550c5374effe11198bcab", default-features = false }
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
rustc_codegen_spirv-target-specs = { path = "crates/rustc_codegen_spirv-target-specs", version = "=0.9.0" }

0 commit comments

Comments
 (0)