diff --git a/Cargo.toml b/Cargo.toml index fb81857..3a8f028 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.16.0+1.2.6" +version = "0.17.0+1.2.7" authors = [ "Embark ", "Maik Klein ", diff --git a/build/build.rs b/build/build.rs index 42a6f2c..d14aa74 100644 --- a/build/build.rs +++ b/build/build.rs @@ -4,7 +4,7 @@ mod mac { use std::path::{Path, PathBuf}; // MoltenVK git tagged release to use - pub static MOLTEN_VK_VERSION: &str = "1.2.6"; + pub static MOLTEN_VK_VERSION: &str = "1.2.7"; pub static MOLTEN_VK_PATCH: Option<&str> = None; // The next two are useful for different kinds of bisection to find bugs.