Skip to content

Commit 3ca7bb1

Browse files
Update shaderc requirement from 0.6.3 to 0.7.0
Updates the requirements on [shaderc](https://github.com/google/shaderc-rs) to permit the latest version. - [Release notes](https://github.com/google/shaderc-rs/releases) - [Commits](google/shaderc-rs@v0.6.3...v0.7.0) Signed-off-by: dependabot[bot] <support@github.com>
1 parent bd5bd3b commit 3ca7bb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_render/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ spirv-reflect = "0.2.3"
5050
bevy-glsl-to-spirv = "0.2.0"
5151

5252
[target.'cfg(target_os = "ios")'.dependencies]
53-
shaderc = "0.6.3"
53+
shaderc = "0.7.0"
5454

5555
[features]
5656
png = ["image/png"]

0 commit comments

Comments
 (0)