Skip to content

Commit

Permalink
Upgrade MoltenVK to 1.2.7 (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
fornwall authored Jan 22, 2024
1 parent c99735f commit 56e143f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.16.0+1.2.6"
version = "0.17.0+1.2.7"
authors = [
"Embark <[email protected]>",
"Maik Klein <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion 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.6";
pub static MOLTEN_VK_VERSION: &str = "1.2.7";
pub static MOLTEN_VK_PATCH: Option<&str> = None;

// The next two are useful for different kinds of bisection to find bugs.
Expand Down

0 comments on commit 56e143f

Please sign in to comment.