From dd8299b449ff674698cf482235eb56086c6d1ace Mon Sep 17 00:00:00 2001 From: Dzmitry Malyshau Date: Thu, 20 Jan 2022 20:22:54 -0500 Subject: [PATCH] Release wgpu-hal-0.12.3 --- CHANGELOG.md | 10 ++++++++++ Cargo.lock | 2 +- wgpu-hal/Cargo.toml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 594aa25b02..9a43dd7f70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## wgpu-hal-0.12.3, deno-webgpu-? (2022-01-20) + - Metal: + - preserve vertex invariance + - Vulkan + - fix stencil read/write masks + - Gles: + - reset index binding properly + - DX12: + - fix copies into 1D textures + ## wgpu-core-0.12.2, wgpu-hal-0.12.2 (2022-01-10) - fix tracy compile error - fix buffer binding limits beyond 2Gb diff --git a/Cargo.lock b/Cargo.lock index e4f3ee5a67..1d47bc6ddb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1679,7 +1679,7 @@ dependencies = [ [[package]] name = "wgpu-hal" -version = "0.12.2" +version = "0.12.3" dependencies = [ "arrayvec", "ash", diff --git a/wgpu-hal/Cargo.toml b/wgpu-hal/Cargo.toml index ed791b51a7..2decd3f98f 100644 --- a/wgpu-hal/Cargo.toml +++ b/wgpu-hal/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wgpu-hal" -version = "0.12.2" +version = "0.12.3" authors = ["wgpu developers"] edition = "2018" description = "WebGPU hardware abstraction layer"