mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-21 22:34:43 +00:00
Release 0.27.0
This commit is contained in:
parent
5d0c2390ba
commit
b5034907fa
@ -6,6 +6,9 @@
|
||||
description. They will be transferred to this file right after the
|
||||
Pull Request merge.
|
||||
-->
|
||||
|
||||
# Version 0.27.0 (2021-12-06)
|
||||
|
||||
- **Breaking** The modules `compute_pipeline` and `graphics_pipeline` are shortened to `compute` and `graphics`, and are now public.
|
||||
- **Breaking** `ComputePipeline`, `GraphicsPipeline` and `PipelineLayout` are re-exported from the base `pipeline` module, but other items are not.
|
||||
- **Breaking** Major changes have been made to most parts of the graphics pipeline state.
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "vulkano-shaders"
|
||||
version = "0.26.0"
|
||||
version = "0.27.0"
|
||||
edition = "2018"
|
||||
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.7"
|
||||
syn = { version = "1.0", features = ["full", "extra-traits"] }
|
||||
vulkano = { version = "0.26.0", path = "../vulkano" }
|
||||
vulkano = { version = "0.27.0", path = "../vulkano" }
|
||||
|
||||
[features]
|
||||
shaderc-build-from-source = ["shaderc/build-from-source"]
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "vulkano-win"
|
||||
version = "0.26.0"
|
||||
version = "0.27.0"
|
||||
edition = "2018"
|
||||
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]
|
||||
winit = { version = "0.25", optional = true }
|
||||
vulkano = { version = "0.26.0", path = "../vulkano" }
|
||||
vulkano = { version = "0.27.0", path = "../vulkano" }
|
||||
raw-window-handle = { version = "0.3.3", optional = true }
|
||||
|
||||
[target.'cfg(target_os = "macos")'.dependencies]
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "vulkano"
|
||||
version = "0.26.0"
|
||||
version = "0.27.0"
|
||||
edition = "2018"
|
||||
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