diff --git a/Cargo.lock b/Cargo.lock index 2da917d60c9..acf8c2f8b3c 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?branch=wgsl_minimal_subgroup#63e2da97fc17795754d04ba690bfca93a9485109" dependencies = [ "bit-set", "bitflags 2.4.1", diff --git a/Cargo.toml b/Cargo.toml index bdee6f2ebcd..3074062f476 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" +branch = "wgsl_minimal_subgroup" version = "0.13.0" [workspace.dependencies] diff --git a/wgpu-core/Cargo.toml b/wgpu-core/Cargo.toml index 05d2cf5a9a1..8e67ff172be 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" +branch = "wgsl_minimal_subgroup" version = "0.13.0" features = ["clone", "span", "validate"] diff --git a/wgpu-hal/Cargo.toml b/wgpu-hal/Cargo.toml index 65221327ac5..a9ef91e124a 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" +branch = "wgsl_minimal_subgroup" 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" +branch = "wgsl_minimal_subgroup" version = "0.13.0" features = ["wgsl-in"]