Update shaderc requirement from 0.6.3 to 0.7.0 (#823)

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](https://github.com/google/shaderc-rs/compare/v0.6.3...v0.7.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2020-11-25 18:46:13 -08:00 committed by GitHub
parent cf75c22c9a
commit 8e4eb41757
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,7 +50,7 @@ spirv-reflect = "0.2.3"
bevy-glsl-to-spirv = "0.2.0"
[target.'cfg(target_os = "ios")'.dependencies]
shaderc = "0.6.3"
shaderc = "0.7.0"
[features]
png = ["image/png"]