mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-22 06:45:23 +00:00
Publish 0.7.3 (#916)
* Publish 0.7.3 * Also publish glsl-to-spirv 0.1.4
This commit is contained in:
parent
05dcbabb28
commit
2519bc915a
@ -1,5 +1,7 @@
|
||||
# Unreleased
|
||||
|
||||
# Version 0.7.3 (2018-02-10)
|
||||
|
||||
- Changed `ShaderInterfaceMismatchError` to be more verbose.
|
||||
- Allow depth/stencil images to be used with `AutoCommandBufferBuilder::copy_image_to_buffer()`
|
||||
- Clear value validation for `AutoCommandBufferBuilder::begin_render_pass()`
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "glsl-to-spirv"
|
||||
version = "0.1.3"
|
||||
version = "0.1.4"
|
||||
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>", "The vulkano contributors"]
|
||||
repository = "https://github.com/vulkano-rs/vulkano"
|
||||
description = "Wrapper around the official GLSL to SPIR-V compiler"
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "vulkano-shader-derive"
|
||||
version = "0.7.2"
|
||||
version = "0.7.3"
|
||||
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>", "The vulkano contributors"]
|
||||
repository = "https://github.com/vulkano-rs/vulkano"
|
||||
description = "Safe wrapper for the Vulkan graphics API"
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "vulkano-shaders"
|
||||
version = "0.7.2"
|
||||
version = "0.7.3"
|
||||
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>", "The vulkano contributors"]
|
||||
repository = "https://github.com/vulkano-rs/vulkano"
|
||||
description = "Shaders "
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "vulkano-win"
|
||||
version = "0.7.2"
|
||||
version = "0.7.3"
|
||||
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>", "The vulkano contributors"]
|
||||
repository = "https://github.com/vulkano-rs/vulkano"
|
||||
description = "Link between vulkano and winit"
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "vulkano"
|
||||
version = "0.7.2"
|
||||
version = "0.7.3"
|
||||
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>", "The vulkano contributors"]
|
||||
repository = "https://github.com/vulkano-rs/vulkano"
|
||||
description = "Safe wrapper for the Vulkan graphics API"
|
||||
|
Loading…
Reference in New Issue
Block a user