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));