Update naga (#3144)

This commit is contained in:
Xiaopeng Li 2022-10-28 23:46:43 +08:00 committed by GitHub
parent c4533971c0
commit ccabcad6bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -1377,7 +1377,7 @@ dependencies = [
[[package]]
name = "naga"
version = "0.10.0"
source = "git+https://github.com/cwfitzgerald/naga?rev=2e499e26#2e499e26a21af709bc8715804ade9c520857c1fb"
source = "git+https://github.com/gfx-rs/naga?rev=e7fc8e6#e7fc8e64f2f23397b149217ecce6e123c5aa5092"
dependencies = [
"bit-set",
"bitflags",

View File

@ -38,8 +38,8 @@ package = "wgpu-hal"
path = "./wgpu-hal"
[workspace.dependencies.naga]
git = "https://github.com/cwfitzgerald/naga"
rev = "2e499e26"
git = "https://github.com/gfx-rs/naga"
rev = "e7fc8e6"
version = "0.10"
[workspace.dependencies]