mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-21 14:23:32 +00:00
Naga bump
This commit is contained in:
parent
a3b6900d4d
commit
daedf03f06
@ -40,10 +40,12 @@ Bottom level categories:
|
||||
|
||||
## Unreleased
|
||||
|
||||
## v0.18.2 (2023-XX-XX)
|
||||
## v0.18.2 (2023-12-06)
|
||||
|
||||
(naga version 0.14.2)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
#### Naga
|
||||
- When evaluating const-expressions and generating SPIR-V, properly handle `Compose` expressions whose operands are `Splat` expressions. Such expressions are created and marked as constant by the constant evaluator. By @jimblandy in [#4695](https://github.com/gfx-rs/wgpu/pull/4695).
|
||||
|
||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -2018,7 +2018,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "naga"
|
||||
version = "0.14.1"
|
||||
version = "0.14.2"
|
||||
dependencies = [
|
||||
"arbitrary",
|
||||
"bincode",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "naga"
|
||||
version = "0.14.1"
|
||||
version = "0.14.2"
|
||||
authors = ["Naga Developers"]
|
||||
edition = "2021"
|
||||
description = "Shader translation infrastructure"
|
||||
|
Loading…
Reference in New Issue
Block a user