mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-21 22:33:49 +00:00
v0.19.5 (#5963)
* docs(CHANGELOG): add entry for #5812/#5833 Permalinks: * <https://github.com/gfx-rs/wgpu/issues/5812> * <https://github.com/gfx-rs/wgpu/pull/5833> * chore: `wgpu-hal` 0.19.5 release * docs(CHANGELOG): add `Unreleased` again
This commit is contained in:
parent
410d87e956
commit
cab36d8ba0
11
CHANGELOG.md
11
CHANGELOG.md
@ -39,6 +39,17 @@ Bottom level categories:
|
||||
|
||||
## Unreleased
|
||||
|
||||
## 0.19.5
|
||||
|
||||
This release only releases `wgpu-hal` 0.19.5, which contains an important fix
|
||||
for DX12.
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
#### DX12
|
||||
|
||||
- Do not feed `&""` to `D3DCompile`, by @workingjubilee in [#5812](https://github.com/gfx-rs/wgpu/issues/5812), backported by @Elabajaba in [#5833](https://github.com/gfx-rs/wgpu/pull/5833).
|
||||
|
||||
## v0.19.4 (2024-04-17)
|
||||
|
||||
### Bug Fixes
|
||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -4044,7 +4044,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "wgpu-hal"
|
||||
version = "0.19.4"
|
||||
version = "0.19.5"
|
||||
dependencies = [
|
||||
"android_system_properties",
|
||||
"arrayvec 0.7.4",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "wgpu-hal"
|
||||
version = "0.19.4"
|
||||
version = "0.19.5"
|
||||
authors = ["gfx-rs developers"]
|
||||
edition = "2021"
|
||||
description = "WebGPU hardware abstraction layer"
|
||||
|
Loading…
Reference in New Issue
Block a user