diff --git a/Cargo.toml b/Cargo.toml index 6cf9940..202022f 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.6.0+43" +version = "0.7.0+1.1.0" authors = ["Embark ", "Maik Klein "] edition = "2018" license = "MIT OR Apache-2.0" diff --git a/README.md b/README.md index c27b758..f128097 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ `ash-molten` is built on top of [ash](https://github.com/MaikKlein/ash) and exposes a new entry point to statically link with [MoltenVK](https://github.com/KhronosGroup/MoltenVK). -Requires Xcode 11 and Mac OS 10.15 (Catalina) to compile. +Requires Xcode 12 and Mac OS 10.15 (Catalina) to compile. ## Why?