Upgrade to MoltenVK 1.0.43 (#21)

This commit is contained in:
Johan Andersson 2020-06-10 09:47:00 +02:00 committed by GitHub
parent 105fbac018
commit 97884580cc
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] [package]
name = "ash-molten" name = "ash-molten"
description = "Statically linked MoltenVK for Vulkan on Mac using Ash" description = "Statically linked MoltenVK for Vulkan on Mac using Ash"
version = "0.5.0+41" version = "0.6.0+43"
authors = ["Embark <opensource@embark-studios.com>", "Maik Klein <maik.klein@embark-studios.com>"] authors = ["Embark <opensource@embark-studios.com>", "Maik Klein <maik.klein@embark-studios.com>"]
edition = "2018" edition = "2018"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"

View file

@ -28,7 +28,7 @@ mod mac {
}; };
// MoltenVK git tagged release to use // MoltenVK git tagged release to use
let tag = "v1.0.41"; let tag = "v.1.0.43";
let checkout_dir = Path::new(&std::env::var("OUT_DIR").expect("Couldn't find OUT_DIR")) let checkout_dir = Path::new(&std::env::var("OUT_DIR").expect("Couldn't find OUT_DIR"))
.join(format!("MoltenVK-{}", tag)); .join(format!("MoltenVK-{}", tag));