From 6df5f95b67fd80d0ca757c3b70aed52bb222671e Mon Sep 17 00:00:00 2001 From: Connor Fitzgerald Date: Thu, 7 Oct 2021 13:01:34 -0400 Subject: [PATCH] Update naga to 2e7d629 --- Cargo.lock | 2 +- wgpu-core/Cargo.toml | 2 +- wgpu-hal/Cargo.toml | 4 ++-- wgpu/Cargo.toml | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0641e82b86..b16bf4907a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -984,7 +984,7 @@ dependencies = [ [[package]] name = "naga" version = "0.6.0" -source = "git+https://github.com/gfx-rs/naga?rev=0e3fbc8#0e3fbc81664a263e8be278d11a6083b227a5b1a2" +source = "git+https://github.com/gfx-rs/naga?rev=2e7d629#2e7d629aefe6857ade4f96fe2c3dc1a09f0fa4db" dependencies = [ "bit-set", "bitflags", diff --git a/wgpu-core/Cargo.toml b/wgpu-core/Cargo.toml index fe813356cc..19576346c2 100644 --- a/wgpu-core/Cargo.toml +++ b/wgpu-core/Cargo.toml @@ -36,7 +36,7 @@ thiserror = "1" [dependencies.naga] git = "https://github.com/gfx-rs/naga" -rev = "0e3fbc8" +rev = "2e7d629" #version = "0.6" features = ["validate", "wgsl-in"] diff --git a/wgpu-hal/Cargo.toml b/wgpu-hal/Cargo.toml index 78e5dc4a35..4e2aef02f7 100644 --- a/wgpu-hal/Cargo.toml +++ b/wgpu-hal/Cargo.toml @@ -70,12 +70,12 @@ core-graphics-types = "0.1" [dependencies.naga] git = "https://github.com/gfx-rs/naga" -rev = "0e3fbc8" +rev = "2e7d629" #version = "0.6" [dev-dependencies.naga] git = "https://github.com/gfx-rs/naga" -rev = "0e3fbc8" +rev = "2e7d629" #version = "0.6" features = ["wgsl-in"] diff --git a/wgpu/Cargo.toml b/wgpu/Cargo.toml index 700105995c..b6b9379344 100644 --- a/wgpu/Cargo.toml +++ b/wgpu/Cargo.toml @@ -90,14 +90,14 @@ env_logger = "0.8" [dependencies.naga] git = "https://github.com/gfx-rs/naga" -rev = "0e3fbc8" +rev = "2e7d629" #version = "0.6" optional = true # used to test all the example shaders [dev-dependencies.naga] git = "https://github.com/gfx-rs/naga" -rev = "0e3fbc8" +rev = "2e7d629" #version = "0.6" features = ["wgsl-in"]