Skip to content

Commit

Permalink
Upgrade MoltenVK to 1.2.2 (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
attackgoat authored Mar 15, 2023
1 parent 234a033 commit 2da15db
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.14.0+1.1.10"
version = "0.15.0+1.2.2"
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.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.
Expand Down

0 comments on commit 2da15db

Please sign in to comment.