From d3d179202f7d8a76fe6158f0198e8d3ad2ccb469 Mon Sep 17 00:00:00 2001 From: Maik Klein Date: Tue, 2 Jun 2020 18:19:14 +0200 Subject: [PATCH] Update to 1.0.42 (#18) --- Cargo.toml | 2 +- build.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index eec45de..93cf989 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+42" authors = ["Embark ", "Maik Klein "] edition = "2018" license = "MIT OR Apache-2.0" diff --git a/build.rs b/build.rs index 29f15f1..c9d2fd0 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 = "v1.0.42"; let checkout_dir = Path::new(&std::env::var("OUT_DIR").expect("Couldn't find OUT_DIR")) .join(format!("MoltenVK-{}", tag));