diff --git a/vk-sys/Cargo.toml b/vk-sys/Cargo.toml index e68753f2a..2df17327c 100644 --- a/vk-sys/Cargo.toml +++ b/vk-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vk-sys" -version = "0.2.3" +version = "0.2.4" authors = ["Pierre Krieger "] repository = "https://github.com/tomaka/vulkano" description = "Bindings for the Vulkan graphics API" diff --git a/vulkano-shader-derive/Cargo.toml b/vulkano-shader-derive/Cargo.toml index 15650065e..43712cdbe 100644 --- a/vulkano-shader-derive/Cargo.toml +++ b/vulkano-shader-derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vulkano-shader-derive" -version = "0.4.3" +version = "0.4.4" authors = ["Pierre Krieger "] repository = "https://github.com/tomaka/vulkano" description = "Safe wrapper for the Vulkan graphics API" diff --git a/vulkano-shaders/Cargo.toml b/vulkano-shaders/Cargo.toml index cd8dfebc4..5c31b69b4 100644 --- a/vulkano-shaders/Cargo.toml +++ b/vulkano-shaders/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vulkano-shaders" -version = "0.4.3" +version = "0.4.4" authors = ["Pierre Krieger "] repository = "https://github.com/tomaka/vulkano" description = "Shaders " diff --git a/vulkano-win/Cargo.toml b/vulkano-win/Cargo.toml index 458810c29..03d72704e 100644 --- a/vulkano-win/Cargo.toml +++ b/vulkano-win/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vulkano-win" -version = "0.4.3" +version = "0.4.4" authors = ["Pierre Krieger "] repository = "https://github.com/tomaka/vulkano" description = "Link between vulkano and winit" diff --git a/vulkano/Cargo.toml b/vulkano/Cargo.toml index d688ee18c..fe960b46d 100644 --- a/vulkano/Cargo.toml +++ b/vulkano/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vulkano" -version = "0.4.3" +version = "0.4.4" authors = ["Pierre Krieger "] 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" }