From 1bd85a835a7fa88028d1e908991fc23be1084220 Mon Sep 17 00:00:00 2001 From: Jinlei Li Date: Tue, 22 Feb 2022 17:54:23 +0800 Subject: [PATCH] Roll naga from 8e2e39e to a45b9a6 (27 revisions) --- Cargo.lock | 2 +- wgpu-core/Cargo.toml | 2 +- wgpu-hal/Cargo.toml | 4 ++-- wgpu/Cargo.toml | 6 +++--- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 04294a0efb..3dfed1e113 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1046,7 +1046,7 @@ dependencies = [ [[package]] name = "naga" version = "0.8.0" -source = "git+https://github.com/gfx-rs/naga?rev=8e2e39e#8e2e39e4d8fa5bbb657c3b170b4f6607d703e284" +source = "git+https://github.com/gfx-rs/naga?rev=a45b9a6#a45b9a6cc691a671aa24a32114b51c5acae02420" dependencies = [ "bit-set", "bitflags", diff --git a/wgpu-core/Cargo.toml b/wgpu-core/Cargo.toml index d1dc8ab7c7..0766c85cab 100644 --- a/wgpu-core/Cargo.toml +++ b/wgpu-core/Cargo.toml @@ -40,7 +40,7 @@ thiserror = "1" [dependencies.naga] git = "https://github.com/gfx-rs/naga" -rev = "8e2e39e" +rev = "a45b9a6" #version = "0.8" features = ["span", "validate", "wgsl-in"] diff --git a/wgpu-hal/Cargo.toml b/wgpu-hal/Cargo.toml index a5fd9e1215..80405a261c 100644 --- a/wgpu-hal/Cargo.toml +++ b/wgpu-hal/Cargo.toml @@ -88,14 +88,14 @@ js-sys = { version = "0.3" } [dependencies.naga] git = "https://github.com/gfx-rs/naga" -rev = "8e2e39e" +rev = "a45b9a6" #version = "0.8" # DEV dependencies [dev-dependencies.naga] git = "https://github.com/gfx-rs/naga" -rev = "8e2e39e" +rev = "a45b9a6" #version = "0.8" features = ["wgsl-in"] diff --git a/wgpu/Cargo.toml b/wgpu/Cargo.toml index bf875a7c2a..2c7ccf3fcd 100644 --- a/wgpu/Cargo.toml +++ b/wgpu/Cargo.toml @@ -138,20 +138,20 @@ env_logger = "0.9" [dependencies.naga] git = "https://github.com/gfx-rs/naga" -rev = "8e2e39e" +rev = "a45b9a6" #version = "0.8" optional = true # used to test all the example shaders [dev-dependencies.naga] git = "https://github.com/gfx-rs/naga" -rev = "8e2e39e" +rev = "a45b9a6" #version = "0.8" features = ["wgsl-in"] [target.'cfg(target_arch = "wasm32")'.dependencies.naga] git = "https://github.com/gfx-rs/naga" -rev = "8e2e39e" +rev = "a45b9a6" #version = "0.8" features = ["wgsl-out"]