Skip to content

Commit d3c2ca1

Browse files
committed
Switch rspirv to the latest git version
1 parent c7fd582 commit d3c2ca1

File tree

2 files changed

+15
-8
lines changed

2 files changed

+15
-8
lines changed

Cargo.lock

Lines changed: 13 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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,11 +169,11 @@ pp-rs = "0.2.1"
169169
profiling = { version = "1.0.1", default-features = false }
170170
quote = "1.0.38"
171171
raw-window-handle = { version = "0.6.2", default-features = false }
172-
rwh_05 = { version = "0.5.2", package = "raw-window-handle" } # temporary compatibility for glutin-winit
172+
rwh_05 = { version = "0.5.2", package = "raw-window-handle" } # temporary compatibility for glutin-winit
173173
rayon = "1.3"
174174
regex-lite = "0.1"
175175
renderdoc-sys = "1"
176-
rspirv = "0.12"
176+
rspirv = { git = "https://github.com/gfx-rs/rspirv", rev = "89ce4d0e64c91b0635f617409dc57cb031749a39" }
177177
ron = "0.10"
178178
# NOTE: rustc-hash v2 is a completely different hasher with different performance characteristics
179179
# see discussion here (including with some other alternatives): https://github.com/gfx-rs/wgpu/issues/6999

0 commit comments

Comments
 (0)