mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
Update naga to 0.13.0@git:cc87b8f9eb30bb55d0735b89d3df3e099e1a6e7c (#4130)
Co-authored-by: Nicolas Silva <nical@fastnmail.com>
This commit is contained in:
parent
9a91953537
commit
012304ea11
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -1603,7 +1603,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "naga"
|
||||
version = "0.13.0"
|
||||
source = "git+https://github.com/gfx-rs/naga?rev=7a19f3af909202c7eafd36633b5584bfbb353ecb#7a19f3af909202c7eafd36633b5584bfbb353ecb"
|
||||
source = "git+https://github.com/gfx-rs/naga?rev=cc87b8f9eb30bb55d0735b89d3df3e099e1a6e7c#cc87b8f9eb30bb55d0735b89d3df3e099e1a6e7c"
|
||||
dependencies = [
|
||||
"bit-set",
|
||||
"bitflags 2.4.0",
|
||||
|
||||
@ -51,7 +51,7 @@ version = "0.17"
|
||||
|
||||
[workspace.dependencies.naga]
|
||||
git = "https://github.com/gfx-rs/naga"
|
||||
rev = "7a19f3af909202c7eafd36633b5584bfbb353ecb"
|
||||
rev = "cc87b8f9eb30bb55d0735b89d3df3e099e1a6e7c"
|
||||
version = "0.13.0"
|
||||
|
||||
[workspace.dependencies]
|
||||
|
||||
@ -72,7 +72,7 @@ thiserror = "1"
|
||||
|
||||
[dependencies.naga]
|
||||
git = "https://github.com/gfx-rs/naga"
|
||||
rev = "7a19f3af909202c7eafd36633b5584bfbb353ecb"
|
||||
rev = "cc87b8f9eb30bb55d0735b89d3df3e099e1a6e7c"
|
||||
version = "0.13.0"
|
||||
features = ["clone", "span", "validate"]
|
||||
|
||||
|
||||
@ -812,6 +812,7 @@ impl Interface {
|
||||
location,
|
||||
interpolation,
|
||||
sampling,
|
||||
.. // second_blend_source
|
||||
}) => Varying::Local {
|
||||
location,
|
||||
iv: InterfaceVar {
|
||||
|
||||
@ -120,14 +120,14 @@ android_system_properties = "0.1.1"
|
||||
|
||||
[dependencies.naga]
|
||||
git = "https://github.com/gfx-rs/naga"
|
||||
rev = "7a19f3af909202c7eafd36633b5584bfbb353ecb"
|
||||
rev = "cc87b8f9eb30bb55d0735b89d3df3e099e1a6e7c"
|
||||
version = "0.13.0"
|
||||
features = ["clone"]
|
||||
|
||||
# DEV dependencies
|
||||
[dev-dependencies.naga]
|
||||
git = "https://github.com/gfx-rs/naga"
|
||||
rev = "7a19f3af909202c7eafd36633b5584bfbb353ecb"
|
||||
rev = "cc87b8f9eb30bb55d0735b89d3df3e099e1a6e7c"
|
||||
version = "0.13.0"
|
||||
features = ["wgsl-in"]
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user