mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-22 06:44:14 +00:00
Bump version to 0.6.5
This commit is contained in:
parent
4501a4a3d3
commit
62442f7117
@ -1,5 +1,8 @@
|
|||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## wgpu-core-0.6.5 (2020-10-14)
|
||||||
|
- fix setting the stencil reference on an incompatible pipeline
|
||||||
|
|
||||||
## wgpu-core-0.6.4 (2020-10-05)
|
## wgpu-core-0.6.4 (2020-10-05)
|
||||||
- don't request device features that aren't needed
|
- don't request device features that aren't needed
|
||||||
- fix texture depth == 0 checks
|
- fix texture depth == 0 checks
|
||||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -1619,7 +1619,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wgpu-core"
|
name = "wgpu-core"
|
||||||
version = "0.6.4"
|
version = "0.6.5"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"arrayvec",
|
"arrayvec",
|
||||||
"bitflags",
|
"bitflags",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "wgpu-core"
|
name = "wgpu-core"
|
||||||
version = "0.6.4"
|
version = "0.6.5"
|
||||||
authors = ["wgpu developers"]
|
authors = ["wgpu developers"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
description = "WebGPU core logic on gfx-hal"
|
description = "WebGPU core logic on gfx-hal"
|
||||||
|
Loading…
Reference in New Issue
Block a user