From 41224445810d3d56e6ccf480c7b48b9896284bac Mon Sep 17 00:00:00 2001 From: Dzmitry Malyshau Date: Tue, 14 Sep 2021 11:01:56 -0400 Subject: [PATCH] Relase wgpu-hal-0.10.7 --- CHANGELOG.md | 5 +++++ Cargo.lock | 2 +- wgpu-hal/Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b05429a68..8abbedbaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.lock b/Cargo.lock index a2d2fe711..8d4ab99fa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1828,7 +1828,7 @@ dependencies = [ [[package]] name = "wgpu-hal" -version = "0.10.6" +version = "0.10.7" dependencies = [ "arrayvec", "ash", diff --git a/wgpu-hal/Cargo.toml b/wgpu-hal/Cargo.toml index 1c7b70bac..46e3f5e1f 100644 --- a/wgpu-hal/Cargo.toml +++ b/wgpu-hal/Cargo.toml @@ -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"