From 2a96a7d09cb22ae27e173a9f39219b01d46aeb7b Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Thu, 18 Jan 2024 00:10:24 +0100 Subject: [PATCH] Upgrade MoltenVK to 1.2.7 --- Cargo.toml | 2 +- build/build.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.