Relase wgpu-hal-0.10.7

This commit is contained in:
Dzmitry Malyshau 2021-09-14 11:01:56 -04:00 committed by Dzmitry Malyshau
parent e51ad2740e
commit 4122444581
3 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,10 @@
# Change Log
### wgpu-hal-0.10.7 (2021-09-14)
- Metal:
- fix stencil back-face state
- fix the limit on command buffer count
### wgpu-hal-0.10.6 (2021-09-12)
- Metal:
- fix stencil operations

2
Cargo.lock generated
View File

@ -1828,7 +1828,7 @@ dependencies = [
[[package]]
name = "wgpu-hal"
version = "0.10.6"
version = "0.10.7"
dependencies = [
"arrayvec",
"ash",

View File

@ -1,6 +1,6 @@
[package]
name = "wgpu-hal"
version = "0.10.6"
version = "0.10.7"
authors = ["wgpu developers"]
edition = "2018"
description = "WebGPU hardware abstraction layer"