Publish vulkano 0.6.0 (#747)

This commit is contained in:
tomaka 2017-08-17 14:05:43 +02:00 committed by GitHub
parent f02e021158
commit 411b4e7546
5 changed files with 8 additions and 8 deletions

View File

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

View File

@ -1,6 +1,6 @@
[package]
name = "vulkano-shader-derive"
version = "0.5.6"
version = "0.6.0"
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"
@ -15,4 +15,4 @@ proc-macro = true
[dependencies]
glsl-to-spirv = { version = "0.1.2", path = "../glsl-to-spirv" }
syn = { version = "0.10", features = ["aster", "visit"] }
vulkano-shaders = { version = "0.5", path = "../vulkano-shaders" }
vulkano-shaders = { version = "0.6", path = "../vulkano-shaders" }

View File

@ -1,6 +1,6 @@
[package]
name = "vulkano-shaders"
version = "0.5.6"
version = "0.6.0"
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.5.6"
version = "0.6.0"
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>", "The vulkano contributors"]
repository = "https://github.com/vulkano-rs/vulkano"
description = "Link between vulkano and winit"
@ -8,7 +8,7 @@ license = "MIT/Apache-2.0"
categories = ["rendering::graphics-api"]
[dependencies]
vulkano = { version = "0.5.0", path = "../vulkano" }
vulkano = { version = "0.6.0", path = "../vulkano" }
winit = "0.7.0"
[target.'cfg(target_os = "macos")'.dependencies]

View File

@ -1,6 +1,6 @@
[package]
name = "vulkano"
version = "0.5.6"
version = "0.6.0"
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"
@ -15,5 +15,5 @@ fnv = "1.0.5"
shared_library = "0.1.5"
smallvec = "0.3.1"
lazy_static = "0.2.2"
vk-sys = { version = "0.3.0", path = "../vk-sys" }
vk-sys = { version = "0.3.1", path = "../vk-sys" }
half = "1"