From 876c16de3820da1411ce957fa12c714d6a9744c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Oct 2025 20:39:47 +0000 Subject: [PATCH] Update wgpu requirement from 26.0.0 to 27.0.1 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/wgpu-v26.0.0...v27.0.1) --- updated-dependencies: - dependency-name: wgpu dependency-version: 27.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/sdl3_plus_wgpu/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/sdl3_plus_wgpu/Cargo.toml b/examples/sdl3_plus_wgpu/Cargo.toml index 696aeea..56c31cf 100644 --- a/examples/sdl3_plus_wgpu/Cargo.toml +++ b/examples/sdl3_plus_wgpu/Cargo.toml @@ -11,4 +11,4 @@ egui = "0.32.0" egui_wgpu_backend = "0.35.0" pollster = "0.4.0" sdl3 = { version = "0.16.0", features = ["use-pkg-config", "use-vcpkg"] } -wgpu = "26.0.0" +wgpu = "27.0.1"