From 41839f5fea7305c3b5647056ecab74ef35430f14 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2024 13:56:17 +0000 Subject: [PATCH] chore(deps): update rust crate wgpu to v23 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c7d4f5fcb..09150362d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -181,7 +181,7 @@ libc = "0.2" [dev-dependencies] pollster = "0.3.0" tao = "0.29" -wgpu = "0.19" +wgpu = "23.0" winit = "0.29" getrandom = "0.2" http-range = "0.1"