Publish 0.4.4

This commit is contained in:
Pierre Krieger 2017-06-23 17:31:56 +02:00
parent 2489cb36d6
commit d504535040
5 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "vk-sys"
version = "0.2.3"
version = "0.2.4"
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>"]
repository = "https://github.com/tomaka/vulkano"
description = "Bindings for the Vulkan graphics API"

View File

@ -1,6 +1,6 @@
[package]
name = "vulkano-shader-derive"
version = "0.4.3"
version = "0.4.4"
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>"]
repository = "https://github.com/tomaka/vulkano"
description = "Safe wrapper for the Vulkan graphics API"

View File

@ -1,6 +1,6 @@
[package]
name = "vulkano-shaders"
version = "0.4.3"
version = "0.4.4"
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>"]
repository = "https://github.com/tomaka/vulkano"
description = "Shaders "

View File

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

View File

@ -1,6 +1,6 @@
[package]
name = "vulkano"
version = "0.4.3"
version = "0.4.4"
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>"]
repository = "https://github.com/tomaka/vulkano"
description = "Safe wrapper for the Vulkan graphics API"
@ -15,4 +15,4 @@ fnv = "1.0.5"
shared_library = "0.1.5"
smallvec = "0.3.1"
lazy_static = "0.2.2"
vk-sys = { version = "0.2.3", path = "../vk-sys" }
vk-sys = { version = "0.2.4", path = "../vk-sys" }