mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-22 06:44:14 +00:00
Version bumps and changelog update
This commit is contained in:
parent
3e5eff5c54
commit
570ee3e864
@ -1,6 +1,10 @@
|
||||
# Change Log
|
||||
|
||||
## v0.6.1 (tbd)
|
||||
## wgpu-core-0.6.2, wgpu-types-0.6.1 (2020-09-02)
|
||||
- fix flushing of temporary staging buffers (affects DX11 mostly)
|
||||
- fix write-only stencil states
|
||||
|
||||
## wgpu-core-0.6.1 (2020-08-28)
|
||||
- allow copying from `Depth32Float` textures
|
||||
- fix usage tracking of read-only buffer storages
|
||||
|
||||
|
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -1619,7 +1619,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "wgpu-core"
|
||||
version = "0.6.1"
|
||||
version = "0.6.2"
|
||||
dependencies = [
|
||||
"arrayvec",
|
||||
"bitflags",
|
||||
@ -1659,7 +1659,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "wgpu-types"
|
||||
version = "0.6.0"
|
||||
version = "0.6.1"
|
||||
dependencies = [
|
||||
"bitflags",
|
||||
"serde",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "wgpu-core"
|
||||
version = "0.6.1"
|
||||
version = "0.6.2"
|
||||
authors = ["wgpu developers"]
|
||||
edition = "2018"
|
||||
description = "WebGPU core logic on gfx-hal"
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "wgpu-types"
|
||||
version = "0.6.0"
|
||||
version = "0.6.1"
|
||||
authors = ["wgpu developers"]
|
||||
edition = "2018"
|
||||
description = "WebGPU types"
|
||||
|
Loading…
Reference in New Issue
Block a user