Skip to content

Commit 77a4b19

Browse files
committed
Also update spirv-std
As it happens, the versions were compatible But that is not possible in general
1 parent d855dce commit 77a4b19

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

rust-gpu-toy/Cargo.lock

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

rust-gpu-toy/shaders/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ edition = "2018"
1010
crate-type = ["dylib"]
1111

1212
[dependencies]
13-
spirv-std = { git = "https://github.com/EmbarkStudios/rust-gpu", rev = "c3eff4d4a5a52607aa3bc8b4ba8409f6659425ee", features = ["glam", "const-generics"] }
13+
spirv-std = { git = "https://github.com/EmbarkStudios/rust-gpu", rev = "e66e72b049a88f3ae1f7c54cd6823ae458612952", features = ["glam", "const-generics"] }
1414
rust-gpu-toy-shared = { path = "../shared" }

0 commit comments

Comments
 (0)