From 75b708f3040023e13aeaa1623f2b1926823ffa36 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Oct 2022 23:56:56 +0000 Subject: [PATCH] Update Rust crate wgpu to 0.14.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fb51f38..78c589a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ raw-window-handle = "0.5.0" winit = "0.27.3" gloo-console = "0.2.3" instant = "0.1.12" -wgpu = { version = "0.13.1", features = ["webgl"] } # TODO: Years in the future when wgpu is stable, remove gl +wgpu = { version = "0.14.0", features = ["webgl"] } # TODO: Years in the future when wgpu is stable, remove gl glam = "0.21.3" bytemuck = { version = "1.12.1", features = [ "derive" ] } js-sys = "0.3.60"