Release 0.7.0 crate using MoltenVK 1.1.0

This commit is contained in:
Johan Andersson 2020-11-09 21:34:57 +01:00
parent 44911f699a
commit c32356a022
2 changed files with 2 additions and 2 deletions

View file

@ -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 <opensource@embark-studios.com>", "Maik Klein <maik.klein@embark-studios.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"

View file

@ -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?