From 6f86fd35e3fce8d3cc824072b55fdef71f863382 Mon Sep 17 00:00:00 2001 From: Dzmitry Malyshau Date: Fri, 19 Jul 2024 22:19:02 -0700 Subject: [PATCH] Switch naga to v22 --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1f8aaf6b..521d81ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,8 +21,7 @@ glam = { version = "0.27", features = ["mint"] } gltf = { version = "1.1", default-features = false } log = "0.4" mint = "0.5" -#TODO: switch to crates -naga = { git = "https://github.com/gfx-rs/wgpu", features = ["wgsl-in"], rev = "f44f52a85ddb3e7b93fe195fb98a8990b05575d8" } +naga = { version = "22", features = ["wgsl-in"] } profiling = "1" slab = "0.4" strum = { version = "0.25", features = ["derive"] }