mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-21 14:24:18 +00:00
Publish 0.34.1
This commit is contained in:
parent
c0d4cef817
commit
9fac29e174
@ -15,6 +15,13 @@
|
||||
|
||||
### Bugs fixed
|
||||
|
||||
# Version 0.34.1 (2023-10-29)
|
||||
|
||||
### Bugs fixed
|
||||
|
||||
- `StandardDescriptorSetAllocator` panicking due to an arithmetic overflow when arithmetic overflow checks are enabled.
|
||||
- Vulkano-util still depending on the now-deprecated vulkano-win.
|
||||
|
||||
# Version 0.34.0 (2023-10-25)
|
||||
|
||||
### Public dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "vulkano-util"
|
||||
version = "0.34.0"
|
||||
version = "0.34.1"
|
||||
edition = "2021"
|
||||
authors = ["The vulkano contributors"]
|
||||
repository = "https://github.com/vulkano-rs/vulkano"
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "vulkano"
|
||||
version = "0.34.0"
|
||||
version = "0.34.1"
|
||||
edition = "2021"
|
||||
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>", "The vulkano contributors"]
|
||||
repository = "https://github.com/vulkano-rs/vulkano"
|
||||
|
Loading…
Reference in New Issue
Block a user