diff --git a/Cargo.toml b/Cargo.toml index 250e0dc..2982894 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.14.0+1.1.10" +version = "0.15.0+1.2.2" authors = [ "Embark ", "Maik Klein ", diff --git a/build/build.rs b/build/build.rs index 955a1fb..0ed9e35 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.1.10"; + pub static MOLTEN_VK_VERSION: &str = "1.2.2"; pub static MOLTEN_VK_PATCH: Option<&str> = None; // The next two are useful for different kinds of bisection to find bugs.