Skip to content

Commit

Permalink
Release Vulkano 0.32.0 (#2061)
Browse files Browse the repository at this point in the history
* Release Vulkano 0.32.0

* Update CHANGELOG.md

Co-authored-by: Austin Johnson <[email protected]>
  • Loading branch information
Rua and AustinJ235 authored Oct 31, 2022
1 parent 6b2d21e commit 1f1c232
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 9 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions vulkano-shaders/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vulkano-shaders"
version = "0.31.0"
version = "0.32.0"
edition = "2021"
authors = ["Pierre Krieger <[email protected]>", "The vulkano contributors"]
repository = "https://github.com/vulkano-rs/vulkano"
Expand All @@ -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"]
Expand Down
6 changes: 3 additions & 3 deletions vulkano-util/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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" }
6 changes: 3 additions & 3 deletions vulkano-win/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vulkano-win"
version = "0.31.0"
version = "0.32.0"
edition = "2021"
authors = ["Pierre Krieger <[email protected]>", "The vulkano contributors"]
repository = "https://github.com/vulkano-rs/vulkano"
Expand All @@ -18,9 +18,9 @@ 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]
objc = { version = "0.2.5", optional = true }
core-graphics-types = { version = "0.1", optional = true }
core-graphics-types = { version = "0.1", optional = true }
2 changes: 1 addition & 1 deletion vulkano/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vulkano"
version = "0.31.0"
version = "0.32.0"
edition = "2021"
authors = ["Pierre Krieger <[email protected]>", "The vulkano contributors"]
repository = "https://github.com/vulkano-rs/vulkano"
Expand Down

0 comments on commit 1f1c232

Please sign in to comment.