Publish 0.7.2 (#861)

This commit is contained in:
tomaka 2017-10-09 14:46:41 +02:00 committed by GitHub
parent 188a11fb32
commit c9b35bc9e2
5 changed files with 6 additions and 4 deletions

View File

@ -1,5 +1,7 @@
# Unreleased
# Version 0.7.2 (2017-10-09)
- Allow `impl_vertex!` to support generic structs.
- Added `GraphicsPipelineBuilder::with_pipeline_layout`.
- Fixed creating a buffer view not checking the `min_texel_buffer_offset_alignment` limit.

View File

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