File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ rust-gpu-bridge = { path = "../rust-gpu-bridge" }
1414permutate-macro = { path = " ../permutate-macro" }
1515
1616[dependencies ]
17- bitflags = " 2.0.1"
18- spirv-std = " 0.6.0"
17+ spirv-std = " 0.7.0"
1918permutate-macro = " 0.4.0"
2019rust-gpu-bridge = { version = " 0.4.0" , features = [" spirv-std" ] }
Original file line number Diff line number Diff line change 11[toolchain ]
2- channel = " nightly-2023-01-21 "
2+ channel = " nightly-2023-03-04 "
33components = [" rust-src" , " rustc-dev" , " llvm-tools-preview" ]
4- # commit_hash = 5ce39f42bd2c8bca9c570f0560ebe1fce4eddb14
4+ # commit_hash = 44cfafe2fafe816395d3acc434663a45d5178c41
55
66# Whenever changing the nightly channel, update the commit hash above, and make
77# sure to change REQUIRED_TOOLCHAIN in crates/rustc_codegen_spirv/src/build.rs also.
You can’t perform that action at this time.
0 commit comments