Bump to 0.6.1

This commit is contained in:
Maximilian Lupke 2020-08-28 17:43:42 +02:00 committed by Dzmitry Malyshau
parent 8e9b5e38ce
commit da9181700f
3 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
# Change Log
## v0.6.1 (tbd)
- allow copying from Depth32Float textures
## v0.6 (2020-08-17)
- Crates:
- C API is moved to [another repository](https://github.com/gfx-rs/wgpu-native)

2
Cargo.lock generated
View File

@ -1619,7 +1619,7 @@ dependencies = [
[[package]]
name = "wgpu-core"
version = "0.6.0"
version = "0.6.1"
dependencies = [
"arrayvec",
"bitflags",

View File

@ -1,6 +1,6 @@
[package]
name = "wgpu-core"
version = "0.6.0"
version = "0.6.1"
authors = ["wgpu developers"]
edition = "2018"
description = "WebGPU core logic on gfx-hal"