mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-22 23:04:07 +00:00
wgpu-core-0.6.3 version bump
This commit is contained in:
parent
8f98c64d41
commit
eaeb6989f8
@ -1,5 +1,8 @@
|
|||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## wgpu-core-0.6.3 (2020-09-04)
|
||||||
|
- fix group bindings that aren't related to the current pipeline
|
||||||
|
|
||||||
## wgpu-core-0.6.2, wgpu-types-0.6.1 (2020-09-02)
|
## wgpu-core-0.6.2, wgpu-types-0.6.1 (2020-09-02)
|
||||||
- fix flushing of temporary staging buffers (affects DX11 mostly)
|
- fix flushing of temporary staging buffers (affects DX11 mostly)
|
||||||
- fix write-only stencil states
|
- fix write-only stencil states
|
||||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -1619,7 +1619,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wgpu-core"
|
name = "wgpu-core"
|
||||||
version = "0.6.2"
|
version = "0.6.3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"arrayvec",
|
"arrayvec",
|
||||||
"bitflags",
|
"bitflags",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "wgpu-core"
|
name = "wgpu-core"
|
||||||
version = "0.6.2"
|
version = "0.6.3"
|
||||||
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