From 50cfc541aace5c94c14fc390dda6d54dda5468db Mon Sep 17 00:00:00 2001 From: Nicolas Silva Date: Tue, 15 Aug 2023 00:09:53 +0200 Subject: [PATCH] Update `naga` to 0.13.0@git:7a19f3af909202c7eafd36633b5584bfbb353ecb (#4051) --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- wgpu-core/Cargo.toml | 2 +- wgpu-hal/Cargo.toml | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 66e690322..5cb3ee4ab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1352,7 +1352,6 @@ checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" dependencies = [ "autocfg", "hashbrown 0.12.3", - "serde", ] [[package]] @@ -1363,6 +1362,7 @@ checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d" dependencies = [ "equivalent", "hashbrown 0.14.0", + "serde", ] [[package]] @@ -1603,13 +1603,13 @@ dependencies = [ [[package]] name = "naga" version = "0.13.0" -source = "git+https://github.com/gfx-rs/naga?rev=bac2d82a430fbfcf100ee22b7c3bc12f3d593079#bac2d82a430fbfcf100ee22b7c3bc12f3d593079" +source = "git+https://github.com/gfx-rs/naga?rev=7a19f3af909202c7eafd36633b5584bfbb353ecb#7a19f3af909202c7eafd36633b5584bfbb353ecb" dependencies = [ "bit-set", "bitflags 2.4.0", "codespan-reporting", "hexf-parse", - "indexmap 1.9.3", + "indexmap 2.0.0", "log", "num-traits 0.2.16", "petgraph", diff --git a/Cargo.toml b/Cargo.toml index bfd8c0f00..2b7a791e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ version = "0.17" [workspace.dependencies.naga] git = "https://github.com/gfx-rs/naga" -rev = "bac2d82a430fbfcf100ee22b7c3bc12f3d593079" +rev = "7a19f3af909202c7eafd36633b5584bfbb353ecb" version = "0.13.0" [workspace.dependencies] diff --git a/wgpu-core/Cargo.toml b/wgpu-core/Cargo.toml index dc5352979..5cebd9fdc 100644 --- a/wgpu-core/Cargo.toml +++ b/wgpu-core/Cargo.toml @@ -72,7 +72,7 @@ thiserror = "1" [dependencies.naga] git = "https://github.com/gfx-rs/naga" -rev = "bac2d82a430fbfcf100ee22b7c3bc12f3d593079" +rev = "7a19f3af909202c7eafd36633b5584bfbb353ecb" version = "0.13.0" features = ["clone", "span", "validate"] diff --git a/wgpu-hal/Cargo.toml b/wgpu-hal/Cargo.toml index 3b5b2b027..53b281643 100644 --- a/wgpu-hal/Cargo.toml +++ b/wgpu-hal/Cargo.toml @@ -120,14 +120,14 @@ android_system_properties = "0.1.1" [dependencies.naga] git = "https://github.com/gfx-rs/naga" -rev = "bac2d82a430fbfcf100ee22b7c3bc12f3d593079" +rev = "7a19f3af909202c7eafd36633b5584bfbb353ecb" version = "0.13.0" features = ["clone"] # DEV dependencies [dev-dependencies.naga] git = "https://github.com/gfx-rs/naga" -rev = "bac2d82a430fbfcf100ee22b7c3bc12f3d593079" +rev = "7a19f3af909202c7eafd36633b5584bfbb353ecb" version = "0.13.0" features = ["wgsl-in"]