Release 0.11.1 of vulkano-shaders and vulkano-win (#1120)

This commit is contained in:
Lucas Kent 2018-11-25 12:36:56 +11:00 committed by GitHub
parent d6e313e2fe
commit 0c85863eb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "vulkano-shaders"
version = "0.11.0"
version = "0.11.1"
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>", "The vulkano contributors"]
repository = "https://github.com/vulkano-rs/vulkano"
description = "Shaders rust code generation macro"

View File

@ -1,6 +1,6 @@
[package]
name = "vulkano-win"
version = "0.11.0"
version = "0.11.1"
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>", "The vulkano contributors"]
repository = "https://github.com/vulkano-rs/vulkano"
description = "Link between vulkano and winit"