From 412d0961a31945b4901bd0c364c166f7028ef02f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jan 2026 12:09:31 +0000 Subject: [PATCH] chore(deps): update wgpu requirement from 0.19 to 28.0 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-v0.19.0...wgpu-v0.19.4) --- updated-dependencies: - dependency-name: wgpu dependency-version: 0.19.4 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 4f73e46..574506c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ indicatif = "0.17" iced = "0.12" winit = "0.30" # Downgrade wgpu to 0.19 to be compatible with iced 0.12's web-sys =0.3.67 requirement -wgpu = "0.19" +wgpu = "28.0" # Runtime dependencies minifb = "0.25"