Skip to content

Commit

Permalink
Update MoltenVK to 1.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
VZout committed Sep 12, 2024
1 parent e4dc78d commit 3c860d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "ash-molten"
description = "Statically linked MoltenVK for Vulkan on Mac using Ash"
version = "0.19.0+1.2.8"
version = "0.20.0+1.2.11"
authors = [
"Embark <[email protected]>",
"Maik Klein <[email protected]>",
Expand Down
4 changes: 2 additions & 2 deletions build/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.8";
pub static MOLTEN_VK_VERSION: &str = "1.2.11";
pub static MOLTEN_VK_PATCH: Option<&str> = None;

// The next two are useful for different kinds of bisection to find bugs.
Expand Down Expand Up @@ -189,7 +189,7 @@ mod mac {

assert!(
curl_status.success(),
"failed to download prebuilt libraries"
"failed to download prebuilt libraries from {:?}", download_url
);

let unzip_status = Command::new("unzip")
Expand Down

0 comments on commit 3c860d7

Please sign in to comment.