From 2cd83ccf2f274e56b5ab287a186cdaf53d94568e Mon Sep 17 00:00:00 2001
From: Jacob Hughes <j@distanthills.org>
Date: Sun, 22 Oct 2023 16:03:42 -0700
Subject: [PATCH] patch to naga fork

---
 Cargo.lock           | 2 +-
 Cargo.toml           | 4 ++--
 wgpu-core/Cargo.toml | 4 ++--
 wgpu-hal/Cargo.toml  | 8 ++++----
 4 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index bd8e839d56d..40195ed7924 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1818,7 +1818,7 @@ dependencies = [
 [[package]]
 name = "naga"
 version = "0.13.0"
-source = "git+https://github.com/gfx-rs/naga?rev=e25280df9316434ef7752970016d01a3aede3f17#e25280df9316434ef7752970016d01a3aede3f17"
+source = "git+https://github.com/exrook/naga?rev=62c9cb03360964fc28dc6d74ca2c51c2d55fb6f4#62c9cb03360964fc28dc6d74ca2c51c2d55fb6f4"
 dependencies = [
  "bit-set",
  "bitflags 2.4.1",
diff --git a/Cargo.toml b/Cargo.toml
index bdee6f2ebcd..af61a80dba5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -52,8 +52,8 @@ path = "./wgpu-hal"
 version = "0.17"
 
 [workspace.dependencies.naga]
-git = "https://github.com/gfx-rs/naga"
-rev = "e25280df9316434ef7752970016d01a3aede3f17"
+git = "https://github.com/exrook/naga"
+rev = "62c9cb03360964fc28dc6d74ca2c51c2d55fb6f4"
 version = "0.13.0"
 
 [workspace.dependencies]
diff --git a/wgpu-core/Cargo.toml b/wgpu-core/Cargo.toml
index 05d2cf5a9a1..2663a165aa0 100644
--- a/wgpu-core/Cargo.toml
+++ b/wgpu-core/Cargo.toml
@@ -76,8 +76,8 @@ smallvec = "1"
 thiserror = "1"
 
 [dependencies.naga]
-git = "https://github.com/gfx-rs/naga"
-rev = "e25280df9316434ef7752970016d01a3aede3f17"
+git = "https://github.com/exrook/naga"
+rev = "62c9cb03360964fc28dc6d74ca2c51c2d55fb6f4"
 version = "0.13.0"
 features = ["clone", "span", "validate"]
 
diff --git a/wgpu-hal/Cargo.toml b/wgpu-hal/Cargo.toml
index adb321ae958..35463b5ebd7 100644
--- a/wgpu-hal/Cargo.toml
+++ b/wgpu-hal/Cargo.toml
@@ -122,15 +122,15 @@ libc = "0.2"
 android_system_properties = "0.1.1"
 
 [dependencies.naga]
-git = "https://github.com/gfx-rs/naga"
-rev = "e25280df9316434ef7752970016d01a3aede3f17"
+git = "https://github.com/exrook/naga"
+rev = "62c9cb03360964fc28dc6d74ca2c51c2d55fb6f4"
 version = "0.13.0"
 features = ["clone"]
 
 # DEV dependencies
 [dev-dependencies.naga]
-git = "https://github.com/gfx-rs/naga"
-rev = "e25280df9316434ef7752970016d01a3aede3f17"
+git = "https://github.com/exrook/naga"
+rev = "62c9cb03360964fc28dc6d74ca2c51c2d55fb6f4"
 version = "0.13.0"
 features = ["wgsl-in"]