Bump wgpu-hal to 0.10.6

This commit is contained in:
Dzmitry Malyshau 2021-09-12 17:28:07 -04:00 committed by Dzmitry Malyshau
parent 1c3b5663ba
commit 518eadacb7
3 changed files with 5 additions and 3 deletions

View File

@ -1,9 +1,11 @@
# Change Log
### wgpu-hal-0.10.5 (2021-09-12)
### wgpu-hal-0.10.6 (2021-09-12)
- Metal:
- fix stencil operations
- fix memory leak on M1 when out of focus
- fix depth clamping checks
- fix unsized storage buffers beyond the first
### wgpu-core-0.10.3, wgpu-hal-0.10.4 (2021-09-08)
- Vulkan:

2
Cargo.lock generated
View File

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

View File

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