mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-04-16 14:06:36 +00:00
Release 24.0.4
This commit is contained in:
parent
05e419b636
commit
993fc39b07
@ -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
2
Cargo.lock
generated
@ -4096,7 +4096,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "wgpu-hal"
|
||||
version = "24.0.2"
|
||||
version = "24.0.4"
|
||||
dependencies = [
|
||||
"android_system_properties",
|
||||
"arrayvec",
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user