Publish 0.6.2 (#806)

This commit is contained in:
tomaka 2017-09-06 15:47:46 +02:00 committed by GitHub
parent e1854da9f9
commit 5ac98f53f1
5 changed files with 6 additions and 4 deletions

View File

@ -1,5 +1,7 @@
# Unreleased
# Version 0.6.2 (2017-09-06)
- Added checking compatibility between the descriptor sets and the pipeline object when adding a
draw or compute command.
- Fixed several bugs in the validation checks of `blit_image`.

View File

@ -1,6 +1,6 @@
[package]
name = "vulkano-shader-derive"
version = "0.6.1"
version = "0.6.2"
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.6.1"
version = "0.6.2"
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.6.1"
version = "0.6.2"
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.6.1"
version = "0.6.2"
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"