From 14ac8eeaddb8a72fe574ebf8c8bdec96ea846e72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Nov 2023 13:27:47 +0000 Subject: [PATCH] Update wgpu requirement from 0.17 to 0.18 Updates the requirements on [wgpu](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/v0.17.0...v0.17.1) --- updated-dependencies: - dependency-name: wgpu 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 1b80b86f..3feca1bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ typed-index-collections = "3.0" wasm-bindgen-futures = "0.4" wasm-bindgen-test = "0.3" web-sys = { version = "0.3", features = ["Location"] } -wgpu = "0.17" +wgpu = "0.18" winit = "0.27" modor = { version = "0.1.0", path = "crates/modor" }