mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-22 06:44:14 +00:00
Bump versions
This commit is contained in:
parent
1012c71167
commit
75b41fe9ec
@ -40,6 +40,14 @@ Bottom level categories:
|
||||
|
||||
## Unreleased
|
||||
|
||||
## v0.17.2 (2023-10-03)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
#### Vulkan
|
||||
|
||||
- Fix x11 hang while resizing on vulkan. @Azorlogh in [#4184](https://github.com/gfx-rs/wgpu/pull/4184).
|
||||
|
||||
## v0.17.1 (2023-09-27)
|
||||
|
||||
### Added/New Features
|
||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -3071,7 +3071,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "wgpu-hal"
|
||||
version = "0.17.1"
|
||||
version = "0.17.2"
|
||||
dependencies = [
|
||||
"android_system_properties",
|
||||
"arrayvec 0.7.4",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "wgpu-hal"
|
||||
version = "0.17.1"
|
||||
version = "0.17.2"
|
||||
authors = ["wgpu developers"]
|
||||
edition = "2021"
|
||||
description = "WebGPU hardware abstraction layer"
|
||||
|
Loading…
Reference in New Issue
Block a user