From 5a029e2b5b17281d02675d84c518e1339b46cddd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 15:35:08 +0000 Subject: [PATCH] fix(deps): update rust crate wgpu to 0.20 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f765b39..6f439cb 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 = "0.20", features = ["webgl"] } [profile.release] opt-level = 2 # fast and small wasm