From 85611e3483fd5648bfc82e97431c6c3b131bd9aa Mon Sep 17 00:00:00 2001 From: mitchmindtree Date: Sat, 25 May 2019 16:36:02 +0200 Subject: [PATCH] Update to vulkano 0.12.0. If this looks good to you, would you mind merging this and publishing the `shade_runner` crate to crates.io? I think we'll need it to be published in order to publish nannou `0.9` (From memory, even `dev-dependencies` require being published). --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2b22848..8ba67fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,9 +8,8 @@ edition = "2018" notify = "4" shaderc = "0.5" spirv-reflect = "0.2" -vulkano = { git = "https://github.com/mitchmindtree/vulkano", branch = "nannou_patches" } +vulkano = "0.12" [dev-dependencies] -vulkano = { git = "https://github.com/mitchmindtree/vulkano", branch = "nannou_patches" } color-backtrace = "0.1" difference = "2"