From 74ad863f980bc77e35dcc6018fc843efa6df62bf Mon Sep 17 00:00:00 2001 From: Maik Klein Date: Wed, 3 Jun 2020 15:40:03 +0200 Subject: [PATCH] Revert "Update to 1.0.42 (#18)" This reverts commit d3d179202f7d8a76fe6158f0198e8d3ad2ccb469. --- Cargo.toml | 2 +- build.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 93cf989..eec45de 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.6.0+42" +version = "0.5.0+41" authors = ["Embark ", "Maik Klein "] edition = "2018" license = "MIT OR Apache-2.0" diff --git a/build.rs b/build.rs index c9d2fd0..29f15f1 100644 --- a/build.rs +++ b/build.rs @@ -28,7 +28,7 @@ mod mac { }; // MoltenVK git tagged release to use - let tag = "v1.0.42"; + let tag = "v1.0.41"; let checkout_dir = Path::new(&std::env::var("OUT_DIR").expect("Couldn't find OUT_DIR")) .join(format!("MoltenVK-{}", tag));