mirror of
https://github.com/italicsjenga/ash-molten.git
synced 2024-12-23 05:11:31 +11:00
Upgrade MoltenVK to 1.2.2 (#75)
This commit is contained in:
parent
234a033cc4
commit
2da15dbee4
|
@ -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>",
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue