From 3ef98da730acf456d41b7de373df7c0b1791f32b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Aug 2025 12:44:27 +0000 Subject: [PATCH] fix(deps): update rust crate wgpu to 0.20.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 22a096a..4633500 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ wasm-bindgen = "0.2.87" console_error_panic_hook = "0.1.7" tracing-wasm = "0.2" wasm-bindgen-futures = "0.4.37" -wgpu = { version = "0.19.3", features = ["webgl"] } +wgpu = { version = "0.20.0", features = ["webgl"] } enum-map = { version = "2", features = ["serde"] } web-sys = "0.3.64" web-time = "1.0.0"