Naga bump

This commit is contained in:
Connor Fitzgerald 2023-12-06 14:31:35 -05:00
parent a3b6900d4d
commit daedf03f06
No known key found for this signature in database
GPG Key ID: 7D3FA445BAD3008D
3 changed files with 5 additions and 3 deletions

View File

@ -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
View File

@ -2018,7 +2018,7 @@ dependencies = [
[[package]]
name = "naga"
version = "0.14.1"
version = "0.14.2"
dependencies = [
"arbitrary",
"bincode",

View File

@ -1,6 +1,6 @@
[package]
name = "naga"
version = "0.14.1"
version = "0.14.2"
authors = ["Naga Developers"]
edition = "2021"
description = "Shader translation infrastructure"