From abda22e34de7c38b29b749fa30940be7c8ced397 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Jul 2023 03:48:13 +0000 Subject: [PATCH] fix(deps): update rust crate wgpu to 0.17.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fa732a8..6944c9d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,4 +29,4 @@ wasm-bindgen = "0.2.87" console_error_panic_hook = "0.1.7" tracing-wasm = "0.2" wasm-bindgen-futures = "0.4" -wgpu = { version = "0.16.1", features = ["webgl"] } +wgpu = { version = "0.17.0", features = ["webgl"] }