From 0d67f300dbf3565b9ec36f7e2049e006dd2cc5dc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 21:55:10 +0000 Subject: [PATCH] fix(deps): update rust crate wgpu to 0.20 --- crates/runtime/wgpu/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/runtime/wgpu/Cargo.toml b/crates/runtime/wgpu/Cargo.toml index cd5cb324d..658f367cd 100644 --- a/crates/runtime/wgpu/Cargo.toml +++ b/crates/runtime/wgpu/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Max Jöhnk "] edition = "2021" [dependencies] -wgpu = { version = "0.19", features = ["trace"] } +wgpu = { version = "0.20", features = ["trace"] } anyhow = "1" winit = { version = "0.29", features = ["rwh_05"] } bytemuck = { version = "1.15", features = ["derive"] }