Publish vk-sys 0.3.3 (#917)

This commit is contained in:
Pierre Krieger 2018-02-12 16:12:43 +01:00 committed by GitHub
parent 2519bc915a
commit 7ff3e5d51f
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 = "vk-sys"
version = "0.3.2"
version = "0.3.3"
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.6"
shared_library = "0.1.7"
smallvec = "0.5.0"
lazy_static = "0.2.9"
vk-sys = { version = "0.3.2", path = "../vk-sys" }
vk-sys = { version = "0.3.3", path = "../vk-sys" }
half = "1"