From 67c710911021105d5dbc5dc6f742c6f23afd2391 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 17:04:22 +0000 Subject: [PATCH] Update shaderc requirement from 0.6.2 to 0.8.2 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.2...v0.8.2) --- updated-dependencies: - dependency-name: shaderc dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/bevy_render/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/bevy_render/Cargo.toml b/crates/bevy_render/Cargo.toml index 63734d83f2f74..84d6eb2139bf0 100644 --- a/crates/bevy_render/Cargo.toml +++ b/crates/bevy_render/Cargo.toml @@ -51,7 +51,7 @@ spirv-reflect = "0.2.3" bevy-glsl-to-spirv = "0.1.7" [target.'cfg(target_os = "ios")'.dependencies] -shaderc = "0.6.2" +shaderc = "0.8.2" [features] png = ["image/png"]