From 2157bce41fee16c636796ff1253e5ed895fedd43 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 Oct 2025 14:01:52 +0000 Subject: [PATCH] fix(deps): update rust crate wgpu to v27 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f765b39..81a401f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ wasm-bindgen = "0.2" console_error_panic_hook = "0.1.7" tracing-wasm = "0.2" wasm-bindgen-futures = "0.4" -wgpu = { version = "0.19", features = ["webgl"] } +wgpu = { version = "27.0", features = ["webgl"] } [profile.release] opt-level = 2 # fast and small wasm