mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-21 22:34:43 +00:00
Release Vulkano 0.32.0 (#2061)
* Release Vulkano 0.32.0 * Update CHANGELOG.md Co-authored-by: Austin Johnson <me@austinj.me>
This commit is contained in:
parent
6b2d21e9f5
commit
1f1c2322b6
10
CHANGELOG.md
10
CHANGELOG.md
@ -7,6 +7,16 @@
|
||||
Pull Request merge.
|
||||
-->
|
||||
|
||||
### Public dependency updates
|
||||
|
||||
### Breaking changes
|
||||
|
||||
### Additions
|
||||
|
||||
### Bugs fixed
|
||||
|
||||
# Version 0.32.0 (2022-10-31)
|
||||
|
||||
### Breaking changes
|
||||
|
||||
Changes to queue operations:
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "vulkano-shaders"
|
||||
version = "0.31.0"
|
||||
version = "0.32.0"
|
||||
edition = "2021"
|
||||
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>", "The vulkano contributors"]
|
||||
repository = "https://github.com/vulkano-rs/vulkano"
|
||||
@ -21,7 +21,7 @@ proc-macro2 = "1.0"
|
||||
quote = "1.0"
|
||||
shaderc = "0.8"
|
||||
syn = { version = "1.0", features = ["full", "extra-traits"] }
|
||||
vulkano = { version = "0.31.0", path = "../vulkano" }
|
||||
vulkano = { version = "0.32.0", path = "../vulkano" }
|
||||
|
||||
[features]
|
||||
shaderc-build-from-source = ["shaderc/build-from-source"]
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "vulkano-util"
|
||||
version = "0.31.0"
|
||||
version = "0.32.0"
|
||||
edition = "2021"
|
||||
authors = ["The vulkano contributors"]
|
||||
repository = "https://github.com/vulkano-rs/vulkano"
|
||||
@ -13,6 +13,6 @@ categories = ["rendering::graphics-api"]
|
||||
|
||||
[dependencies]
|
||||
ahash = "0.8"
|
||||
vulkano = { version = "0.31.0", path = "../vulkano" }
|
||||
vulkano-win = { version = "0.31.0", path = "../vulkano-win" }
|
||||
vulkano = { version = "0.32.0", path = "../vulkano" }
|
||||
vulkano-win = { version = "0.32.0", path = "../vulkano-win" }
|
||||
winit = { version = "0.27" }
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "vulkano-win"
|
||||
version = "0.31.0"
|
||||
version = "0.32.0"
|
||||
edition = "2021"
|
||||
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>", "The vulkano contributors"]
|
||||
repository = "https://github.com/vulkano-rs/vulkano"
|
||||
@ -18,7 +18,7 @@ raw-window-handle_ = ["raw-window-handle"]
|
||||
|
||||
[dependencies]
|
||||
raw-window-handle = { version = "0.5", optional = true }
|
||||
vulkano = { version = "0.31.0", path = "../vulkano" }
|
||||
vulkano = { version = "0.32.0", path = "../vulkano" }
|
||||
winit = { version = "0.27", optional = true }
|
||||
|
||||
[target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies]
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "vulkano"
|
||||
version = "0.31.0"
|
||||
version = "0.32.0"
|
||||
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