mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
Update naga to 8df5421
This commit is contained in:
3
Cargo.lock
generated
3
Cargo.lock
generated
@@ -872,8 +872,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "naga"
|
||||
version = "0.8.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "bc7216bec6be822a562dda435236539c7fb5aa5e5ceecc8c565e81139ed1d4b0"
|
||||
source = "git+https://github.com/gfx-rs/naga?rev=8df5421#8df5421e2e9d33e092c19779adfdc42e7f8a74e6"
|
||||
dependencies = [
|
||||
"bit-set",
|
||||
"bitflags",
|
||||
|
||||
@@ -37,9 +37,9 @@ smallvec = "1"
|
||||
thiserror = "1"
|
||||
|
||||
[dependencies.naga]
|
||||
#git = "https://github.com/gfx-rs/naga"
|
||||
#rev = "8ffd6ba"
|
||||
version = "0.8"
|
||||
git = "https://github.com/gfx-rs/naga"
|
||||
rev = "8df5421"
|
||||
#version = "0.8"
|
||||
features = ["span", "validate", "wgsl-in"]
|
||||
|
||||
[dependencies.wgt]
|
||||
|
||||
@@ -74,14 +74,14 @@ web-sys = { version = "0.3", features = ["Window", "HtmlCanvasElement", "WebGl2R
|
||||
js-sys = { version = "0.3" }
|
||||
|
||||
[dependencies.naga]
|
||||
#git = "https://github.com/gfx-rs/naga"
|
||||
#rev = "8ffd6ba"
|
||||
version = "0.8"
|
||||
git = "https://github.com/gfx-rs/naga"
|
||||
rev = "8df5421"
|
||||
#version = "0.8"
|
||||
|
||||
[dev-dependencies.naga]
|
||||
#git = "https://github.com/gfx-rs/naga"
|
||||
#rev = "8ffd6ba"
|
||||
version = "0.8"
|
||||
git = "https://github.com/gfx-rs/naga"
|
||||
rev = "8df5421"
|
||||
#version = "0.8"
|
||||
features = ["wgsl-in"]
|
||||
|
||||
[dev-dependencies]
|
||||
|
||||
@@ -135,22 +135,22 @@ pollster = "0.2"
|
||||
env_logger = "0.8"
|
||||
|
||||
[dependencies.naga]
|
||||
#git = "https://github.com/gfx-rs/naga"
|
||||
#rev = "8ffd6ba"
|
||||
version = "0.8"
|
||||
git = "https://github.com/gfx-rs/naga"
|
||||
rev = "8df5421"
|
||||
#version = "0.8"
|
||||
optional = true
|
||||
|
||||
# used to test all the example shaders
|
||||
[dev-dependencies.naga]
|
||||
#git = "https://github.com/gfx-rs/naga"
|
||||
#rev = "8ffd6ba"
|
||||
version = "0.8"
|
||||
git = "https://github.com/gfx-rs/naga"
|
||||
rev = "8df5421"
|
||||
#version = "0.8"
|
||||
features = ["wgsl-in"]
|
||||
|
||||
[target.'cfg(target_arch = "wasm32")'.dependencies.naga]
|
||||
#git = "https://github.com/gfx-rs/naga"
|
||||
#rev = "8ffd6ba"
|
||||
version = "0.8"
|
||||
git = "https://github.com/gfx-rs/naga"
|
||||
rev = "8df5421"
|
||||
#version = "0.8"
|
||||
features = ["wgsl-out"]
|
||||
|
||||
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
||||
|
||||
Reference in New Issue
Block a user