From d9012e0ed5126e7c780d7e332bf753898ffa335b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 06:15:02 +0000 Subject: [PATCH] Update wgpu-types requirement from 0.20 to 22.0 Updates the requirements on [wgpu-types](https://github.com/gfx-rs/wgpu) to permit the latest version. - [Release notes](https://github.com/gfx-rs/wgpu/releases) - [Changelog](https://github.com/gfx-rs/wgpu/blob/trunk/CHANGELOG.md) - [Commits](https://github.com/gfx-rs/wgpu/compare/wgpu-types-v0.20.0...wgpu-types-v22.0.0) --- updated-dependencies: - dependency-name: wgpu-types dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 24729c9e..82640de6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ bevy = { version = "0.14.0", default-features = false, features = [ egui = { version = "0.28", default-features = false, features = ["bytemuck"] } bytemuck = "1" webbrowser = { version = "1.0.1", optional = true } -wgpu-types = "0.20" +wgpu-types = "22.0" [target.'cfg(not(any(target_arch = "wasm32", target_os = "android")))'.dependencies] arboard = { version = "3.2.0", optional = true }