From dc04e110962886c1c7b96d2d0800a65aefb5d9b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 21:46:41 +0000 Subject: [PATCH] deps: Update wgpu requirement from 27 to 28 in the wgpu group Updates the requirements on [wgpu](https://github.com/gfx-rs/wgpu) to permit the latest version. Updates `wgpu` to 28.0.0 - [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-v27.0.0...v28.0.0) --- updated-dependencies: - dependency-name: wgpu dependency-version: 28.0.0 dependency-type: direct:production dependency-group: wgpu ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1a0a8b7..1f5e36f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ path = "examples/editor.rs" [dependencies] # Rendering -wgpu = "27" +wgpu = "28" winit = "0.30" glam = { version = "0.29", features = ["bytemuck", "serde"] } bytemuck = { version = "1.19", features = ["derive"] }