Fix the version of vk-sys required by vulkano (#864)

This commit is contained in:
tomaka 2017-10-10 15:11:50 +02:00 committed by GitHub
parent c9b35bc9e2
commit e590f22bf2
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "vk-sys"
version = "0.3.1"
version = "0.3.2"
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

@ -16,5 +16,5 @@ fnv = "1.0.5"
shared_library = "0.1.5"
smallvec = "0.4.3"
lazy_static = "0.2.2"
vk-sys = { version = "0.3.1", path = "../vk-sys" }
vk-sys = { version = "0.3.2", path = "../vk-sys" }
half = "1"