mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-22 14:55:05 +00:00
Version bump to 0.3.1
This commit is contained in:
parent
6138e4ddd3
commit
537a516ff5
14
CHANGELOG.md
14
CHANGELOG.md
@ -1,6 +1,15 @@
|
||||
# Change Log
|
||||
|
||||
## v0.2 (2020-08-17)
|
||||
## v0.3.1 (2021-01-31)
|
||||
- wgsl:
|
||||
- support constant array sizes
|
||||
- spv-out:
|
||||
- fix block decorations on nested structures
|
||||
- fix fixed-size arrays
|
||||
- fix matrix decorations inside structures
|
||||
- implement read-only decorations
|
||||
|
||||
## v0.3 (2021-01-30)
|
||||
- development release for wgpu-0.7
|
||||
- API:
|
||||
- math functions
|
||||
@ -17,5 +26,8 @@
|
||||
- termination analysis
|
||||
- validation of types, constants, variables, and entry points
|
||||
|
||||
## v0.2 (2020-08-17)
|
||||
- development release for wgpu-0.6
|
||||
|
||||
## v0.1 (2020-02-26)
|
||||
- initial release
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "naga"
|
||||
version = "0.3.0"
|
||||
version = "0.3.1"
|
||||
authors = ["Naga Developers"]
|
||||
edition = "2018"
|
||||
description = "Shader translation infrastructure"
|
||||
|
Loading…
Reference in New Issue
Block a user