Publish 0.7.3 (#916)

* Publish 0.7.3

* Also publish glsl-to-spirv 0.1.4
This commit is contained in:
Pierre Krieger 2018-02-10 19:17:41 +01:00 committed by GitHub
parent 05dcbabb28
commit 2519bc915a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 7 additions and 5 deletions

View File

@ -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()`

View File

@ -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"

View File

@ -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"

View File

@ -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 "

View File

@ -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"

View File

@ -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"