mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-22 06:45:23 +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.
|
Pull Request merge.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
### Public dependency updates
|
||||||
|
|
||||||
|
### Breaking changes
|
||||||
|
|
||||||
|
### Additions
|
||||||
|
|
||||||
|
### Bugs fixed
|
||||||
|
|
||||||
|
# Version 0.32.0 (2022-10-31)
|
||||||
|
|
||||||
### Breaking changes
|
### Breaking changes
|
||||||
|
|
||||||
Changes to queue operations:
|
Changes to queue operations:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "vulkano-shaders"
|
name = "vulkano-shaders"
|
||||||
version = "0.31.0"
|
version = "0.32.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>", "The vulkano contributors"]
|
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>", "The vulkano contributors"]
|
||||||
repository = "https://github.com/vulkano-rs/vulkano"
|
repository = "https://github.com/vulkano-rs/vulkano"
|
||||||
@ -21,7 +21,7 @@ proc-macro2 = "1.0"
|
|||||||
quote = "1.0"
|
quote = "1.0"
|
||||||
shaderc = "0.8"
|
shaderc = "0.8"
|
||||||
syn = { version = "1.0", features = ["full", "extra-traits"] }
|
syn = { version = "1.0", features = ["full", "extra-traits"] }
|
||||||
vulkano = { version = "0.31.0", path = "../vulkano" }
|
vulkano = { version = "0.32.0", path = "../vulkano" }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
shaderc-build-from-source = ["shaderc/build-from-source"]
|
shaderc-build-from-source = ["shaderc/build-from-source"]
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "vulkano-util"
|
name = "vulkano-util"
|
||||||
version = "0.31.0"
|
version = "0.32.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
authors = ["The vulkano contributors"]
|
authors = ["The vulkano contributors"]
|
||||||
repository = "https://github.com/vulkano-rs/vulkano"
|
repository = "https://github.com/vulkano-rs/vulkano"
|
||||||
@ -13,6 +13,6 @@ categories = ["rendering::graphics-api"]
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
ahash = "0.8"
|
ahash = "0.8"
|
||||||
vulkano = { version = "0.31.0", path = "../vulkano" }
|
vulkano = { version = "0.32.0", path = "../vulkano" }
|
||||||
vulkano-win = { version = "0.31.0", path = "../vulkano-win" }
|
vulkano-win = { version = "0.32.0", path = "../vulkano-win" }
|
||||||
winit = { version = "0.27" }
|
winit = { version = "0.27" }
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "vulkano-win"
|
name = "vulkano-win"
|
||||||
version = "0.31.0"
|
version = "0.32.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>", "The vulkano contributors"]
|
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>", "The vulkano contributors"]
|
||||||
repository = "https://github.com/vulkano-rs/vulkano"
|
repository = "https://github.com/vulkano-rs/vulkano"
|
||||||
@ -18,7 +18,7 @@ raw-window-handle_ = ["raw-window-handle"]
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
raw-window-handle = { version = "0.5", optional = true }
|
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 }
|
winit = { version = "0.27", optional = true }
|
||||||
|
|
||||||
[target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies]
|
[target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies]
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "vulkano"
|
name = "vulkano"
|
||||||
version = "0.31.0"
|
version = "0.32.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>", "The vulkano contributors"]
|
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>", "The vulkano contributors"]
|
||||||
repository = "https://github.com/vulkano-rs/vulkano"
|
repository = "https://github.com/vulkano-rs/vulkano"
|
||||||
|
Loading…
Reference in New Issue
Block a user