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