mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-23 23:34:29 +00:00
Update changelog
This commit is contained in:
parent
037874af74
commit
2754af42e8
@ -1,5 +1,8 @@
|
||||
# Change Log
|
||||
|
||||
## v0.8.2 (2022-11-30)
|
||||
- Fix build failure in rust 1.64 [#2967](https://github.com/gfx-rs/wgpu/pull/2967)
|
||||
|
||||
## wgpu-types-0.8.1 (2021-06-08)
|
||||
- fix dynamic stencil reference for Replace ops
|
||||
|
||||
@ -46,6 +49,9 @@
|
||||
- interpolation qualifiers
|
||||
- allow vertex components to be underspecified
|
||||
|
||||
## v0.7.2 (2022-11-30)
|
||||
- Fix build failure in rust 1.64 [#2966](https://github.com/gfx-rs/wgpu/pull/2966)
|
||||
|
||||
## v0.7.1 (2021-02-25)
|
||||
- expose `wgc::device::queue` sub-module in public
|
||||
- fix the indexed buffer check
|
||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -1639,7 +1639,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "wgpu-core"
|
||||
version = "0.8.1"
|
||||
version = "0.8.2"
|
||||
dependencies = [
|
||||
"arrayvec",
|
||||
"bitflags",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "wgpu-core"
|
||||
version = "0.8.1"
|
||||
version = "0.8.2"
|
||||
authors = ["wgpu developers"]
|
||||
edition = "2018"
|
||||
description = "WebGPU core logic on gfx-hal"
|
||||
|
Loading…
Reference in New Issue
Block a user