mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 20:53:53 +00:00
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:
parent
cf75c22c9a
commit
8e4eb41757
1 changed files with 1 additions and 1 deletions
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue