From 5f68c3fa3323807179486060c6b071b7608f0221 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 12:15:26 +0000 Subject: [PATCH] Update naga requirement from 0.19.0 to 0.20.0 Updates the requirements on [naga](https://github.com/gfx-rs/wgpu) to permit the latest version. - [Release notes](https://github.com/gfx-rs/wgpu/releases) - [Changelog](https://github.com/gfx-rs/wgpu/blob/trunk/CHANGELOG.md) - [Commits](https://github.com/gfx-rs/wgpu/compare/v0.19.0...v0.20.0) --- updated-dependencies: - dependency-name: naga dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rend3-routine/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rend3-routine/Cargo.toml b/rend3-routine/Cargo.toml index 9d7c4554..0696da3d 100644 --- a/rend3-routine/Cargo.toml +++ b/rend3-routine/Cargo.toml @@ -20,7 +20,7 @@ encase = { version = "0.7", features = ["glam"] } flume = "0.11" glam = { version = "0.25.0", features = ["bytemuck"] } log = "0.4" -naga = { version = "0.19.0", features = ["wgsl-in"] } +naga = { version = "0.20.0", features = ["wgsl-in"] } ordered-float = "4" parking_lot = "0.12" profiling = {version = "1", default-features = false }