mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-22 06:44:14 +00:00
Bump wgpu-hal to 0.10.6
This commit is contained in:
parent
1c3b5663ba
commit
518eadacb7
@ -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
2
Cargo.lock
generated
@ -1828,7 +1828,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "wgpu-hal"
|
||||
version = "0.10.5"
|
||||
version = "0.10.6"
|
||||
dependencies = [
|
||||
"arrayvec",
|
||||
"ash",
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user