Skip to content

Commit ed5097e

Browse files
committed
1 parent 809ab26 commit ed5097e

File tree

5 files changed

+24
-21
lines changed

5 files changed

+24
-21
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ winit = { version = "0.23", features = ["web-sys"] }
1717
wgpu-subscriber = "0.1.0"
1818

1919
[build-dependencies]
20-
spirv-builder = { version = "0.3.0-alpha.0", default-features = false }
20+
spirv-builder = { version = "*", default-features = false }
2121

2222
[workspace]
2323
members = ["shaders"]
2424

2525
[patch.crates-io]
26-
spirv-builder = { git = "https://github.com/EmbarkStudios/rust-gpu", rev = "320bc0562682afc8afb51ca928d22a39edd6f00b" }
27-
spirv-std = { git = "https://github.com/EmbarkStudios/rust-gpu", rev = "320bc0562682afc8afb51ca928d22a39edd6f00b" }
26+
spirv-builder = { git = "https://github.com/EmbarkStudios/rust-gpu", rev = "a173208d803aeac9295464df703c53d987db2664" }
27+
spirv-std = { git = "https://github.com/EmbarkStudios/rust-gpu", rev = "a173208d803aeac9295464df703c53d987db2664" }
2828

2929
# Compile build-dependencies in release mode with
3030
# the same settings as regular dependencies.

rust-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
# to the user in the error, instead of "error: invalid channel name '[toolchain]'".
66

77
[toolchain]
8-
channel = "nightly-2020-12-28"
8+
channel = "nightly-2021-03-04"
99
components = ["rust-src", "rustc-dev", "llvm-tools-preview"]

shaders/Cargo.toml

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

1010
[dependencies]
11-
spirv-std = "0.3.0-alpha.0"
11+
spirv-std = "*"
1212
shared = { path = "../shared" }

shared/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ authors = []
55
edition = "2018"
66

77
[dependencies]
8-
spirv-std = "0.3.0-alpha.0"
8+
spirv-std = "*"

0 commit comments

Comments
 (0)