Upgrade MoltenVK to 1.2.2 (#75)

This commit is contained in:
John Wells 2023-03-15 08:33:16 -04:00 committed by GitHub
parent 234a033cc4
commit 2da15dbee4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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 <opensource@embark-studios.com>",
"Maik Klein <maik.klein@embark-studios.com>",

View file

@ -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.