mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-02-16 17:02:32 +00:00
Update naga (#3144)
This commit is contained in:
parent
c4533971c0
commit
ccabcad6bb
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -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",
|
||||
|
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user