Skip to content

Commit 3e54519

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 213ba96 commit 3e54519

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
@@ -51,7 +51,7 @@ spirv-reflect = "0.2.3"
5151
bevy-glsl-to-spirv = "0.2.0"
5252

5353
[target.'cfg(target_os = "ios")'.dependencies]
54-
shaderc = "0.6.3"
54+
shaderc = "0.7.0"
5555

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

0 commit comments

Comments
 (0)