Skip to content
This repository was archived by the owner on Apr 15, 2026. It is now read-only.

Commit e87c3d7

Browse files
committed
update spirv-builder
1 parent 6131200 commit e87c3d7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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
@@ -24,7 +24,7 @@ keywords = ["gpu", "compiler", "rust-gpu"]
2424
license = "MIT OR Apache-2.0"
2525

2626
[workspace.dependencies]
27-
spirv-builder = { git = "https://github.com/Rust-GPU/rust-gpu", rev = "a30bd43db45f2bfe260051f44141e5eaffcbb4b0", default-features = false }
27+
spirv-builder = { git = "https://github.com/Rust-GPU/rust-gpu", rev = "e7e447a9395a77caec5cbddea556af86bc68c573", default-features = false }
2828
cargo-gpu-install = { path = "./crates/cargo-gpu-install" }
2929
anyhow = "1.0.98"
3030
clap = { version = "4.5.41", features = ["derive"] }

0 commit comments

Comments
 (0)