From fa6319db9ecc71f775b1fc553cda6a580190e9a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 15:04:22 +0000 Subject: [PATCH] Update wgpu-hal requirement from 0.14.1 to 27.0.3 Updates the requirements on [wgpu-hal](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/wgpu-hal-v27.0.3/CHANGELOG.md) - [Commits](https://github.com/gfx-rs/wgpu/compare/wgpu-hal-v0.14.1...wgpu-hal-v27.0.3) --- updated-dependencies: - dependency-name: wgpu-hal dependency-version: 27.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/mani/fabled_wgpu/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/mani/fabled_wgpu/Cargo.toml b/crates/mani/fabled_wgpu/Cargo.toml index 802a58c4..5d2b39f6 100644 --- a/crates/mani/fabled_wgpu/Cargo.toml +++ b/crates/mani/fabled_wgpu/Cargo.toml @@ -11,13 +11,13 @@ resolver = "2" fabled_math = {path ="../fabled_math", version = "*"} [target.'cfg(any(windows, linux))'.dependencies.wgpu-hal] -version = "0.14.1" +version = "27.0.3" features = ["vulkan", "dx12", "dx11", "renderdoc"] # Do i need all vulkan, dx12, dx11 bloat. # Move renderdoc to a conditional feature for development [target.'cfg(macos)'.dependencies.wgpu-hal] -version = "0.14.1" +version = "27.0.3" features = ["metal", "renderdoc"] # Move renderdoc to a conditional feature for development