From 97884580cc5cc5ae810ba43ce950241fb8d3ee00 Mon Sep 17 00:00:00 2001 From: Johan Andersson Date: Wed, 10 Jun 2020 09:47:00 +0200 Subject: [PATCH] Upgrade to MoltenVK 1.0.43 (#21) --- Cargo.toml | 2 +- build.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index eec45de..6cf9940 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ash-molten" description = "Statically linked MoltenVK for Vulkan on Mac using Ash" -version = "0.5.0+41" +version = "0.6.0+43" authors = ["Embark ", "Maik Klein "] edition = "2018" license = "MIT OR Apache-2.0" diff --git a/build.rs b/build.rs index 29f15f1..ab1e79e 100644 --- a/build.rs +++ b/build.rs @@ -28,7 +28,7 @@ mod mac { }; // MoltenVK git tagged release to use - let tag = "v1.0.41"; + let tag = "v.1.0.43"; let checkout_dir = Path::new(&std::env::var("OUT_DIR").expect("Couldn't find OUT_DIR")) .join(format!("MoltenVK-{}", tag));