Release 24.0.4

This commit is contained in:
Connor Fitzgerald 2025-04-03 21:21:20 -04:00
parent 05e419b636
commit 993fc39b07
No known key found for this signature in database
GPG Key ID: 586BC2039681B769
3 changed files with 4 additions and 2 deletions

View File

@ -40,6 +40,8 @@ Bottom level categories:
## Unreleased
### v24.0.4 (2025-04-03)
#### Metal
- Use resize observers for smoother resizing. By @madsmtm in [#7026](https://github.com/gfx-rs/wgpu/pull/7026).

2
Cargo.lock generated
View File

@ -4096,7 +4096,7 @@ dependencies = [
[[package]]
name = "wgpu-hal"
version = "24.0.2"
version = "24.0.4"
dependencies = [
"android_system_properties",
"arrayvec",

View File

@ -1,6 +1,6 @@
[package]
name = "wgpu-hal"
version = "24.0.2"
version = "24.0.4"
authors = ["gfx-rs developers"]
edition = "2021"
description = "Hardware abstraction layer for wgpu, the cross-platform, safe, pure-rust graphics API"