From 077fbca249f9bc36912f01156179a085bbfd9a4b Mon Sep 17 00:00:00 2001 From: Maik Klein Date: Mon, 6 Apr 2020 12:03:06 +0200 Subject: [PATCH] Update to moltenvk 1.0.41 (#16) * Update to 1.0.41 * Bump version --- Cargo.toml | 2 +- build.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4d5748b..d3c0e64 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.3.0+38" +version = "0.4.0+41" authors = ["Embark ", "Maik Klein "] edition = "2018" license = "MIT OR Apache-2.0" diff --git a/build.rs b/build.rs index faea38c..29f15f1 100644 --- a/build.rs +++ b/build.rs @@ -28,7 +28,7 @@ mod mac { }; // MoltenVK git tagged release to use - let tag = "v1.0.38"; + let tag = "v1.0.41"; let checkout_dir = Path::new(&std::env::var("OUT_DIR").expect("Couldn't find OUT_DIR")) .join(format!("MoltenVK-{}", tag));