From 28b4a5c8d865bf11dc866e1cc73ccd496f1b2870 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 04:08:19 +0000 Subject: [PATCH] chore(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 c9ae89da41..6878ff0770 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -113,7 +113,7 @@ libc = "0.2" [dev-dependencies] pollster = "0.3.0" tao = "0.28" -wgpu = "0.19" +wgpu = "0.20" winit = "0.29" getrandom = "0.2" http-range = "0.1"