From 7ff3e5d51fb898df7c9725ad8de02fecccf333be Mon Sep 17 00:00:00 2001 From: Pierre Krieger Date: Mon, 12 Feb 2018 16:12:43 +0100 Subject: [PATCH] Publish vk-sys 0.3.3 (#917) --- vk-sys/Cargo.toml | 2 +- vulkano/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vk-sys/Cargo.toml b/vk-sys/Cargo.toml index d5cc7c812..cdfc0b15e 100644 --- a/vk-sys/Cargo.toml +++ b/vk-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vk-sys" -version = "0.3.2" +version = "0.3.3" authors = ["Pierre Krieger ", "The vulkano contributors"] repository = "https://github.com/vulkano-rs/vulkano" description = "Bindings for the Vulkan graphics API" diff --git a/vulkano/Cargo.toml b/vulkano/Cargo.toml index 394b2110a..087e38a71 100644 --- a/vulkano/Cargo.toml +++ b/vulkano/Cargo.toml @@ -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"