Skip to content

Commit 16eaf64

Browse files
committed
Switch rspirv to the latest git version
1 parent 61e5124 commit 16eaf64

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 4 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,8 @@ ndk-sys = "0.6"
254254
# These overrides allow our examples to explicitly depend on release crates
255255
[patch.crates-io]
256256
wgpu = { path = "./wgpu" }
257+
rspirv = { git = "https://github.com/gfx-rs/rspirv", rev = "89ce4d0e64c91b0635f617409dc57cb031749a39" }
258+
spirv = { git = "https://github.com/gfx-rs/rspirv", rev = "89ce4d0e64c91b0635f617409dc57cb031749a39" }
257259

258260
[profile.release]
259261
lto = "thin"

0 commit comments

Comments
 (0)