From e1f09c77e6dc5e7a8af5055d0ed311b8a4c626f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Nov 2020 06:26:43 +0000 Subject: [PATCH] Update bevy-glsl-to-spirv requirement from 0.1.7 to 0.2.0 Updates the requirements on [bevy-glsl-to-spirv](https://github.com/cart/glsl-to-spirv) to permit the latest version. - [Release notes](https://github.com/cart/glsl-to-spirv/releases) - [Commits](https://github.com/cart/glsl-to-spirv/commits) 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..11e0aac236cc2 100644 --- a/crates/bevy_render/Cargo.toml +++ b/crates/bevy_render/Cargo.toml @@ -48,7 +48,7 @@ parking_lot = "0.11.0" spirv-reflect = "0.2.3" [target.'cfg(all(not(target_os = "ios"), not(target_arch = "wasm32")))'.dependencies] -bevy-glsl-to-spirv = "0.1.7" +bevy-glsl-to-spirv = "0.2.0" [target.'cfg(target_os = "ios")'.dependencies] shaderc = "0.6.2"