From 0629913efc4a952546a7737102144c472b92f391 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 02:18:09 +0000 Subject: [PATCH] chore(deps): update rust crate wgpu to v22 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1a74c1ce5a..9971f2a4d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -111,7 +111,7 @@ libc = "0.2" [dev-dependencies] pollster = "0.3.0" tao = "0.28" -wgpu = "0.19" +wgpu = "22.0" winit = "0.29" getrandom = "0.2" http-range = "0.1"