Update to ash 0.31.0

This commit is contained in:
Maik Klein 2020-05-11 09:42:30 +02:00
parent 077fbca249
commit 1da61c6320

View file

@ -1,7 +1,7 @@
[package] [package]
name = "ash-molten" name = "ash-molten"
description = "Statically linked MoltenVK for Vulkan on Mac using Ash" description = "Statically linked MoltenVK for Vulkan on Mac using Ash"
version = "0.4.0+41" version = "0.5.0+41"
authors = ["Embark <opensource@embark-studios.com>", "Maik Klein <maik.klein@embark-studios.com>"] authors = ["Embark <opensource@embark-studios.com>", "Maik Klein <maik.klein@embark-studios.com>"]
edition = "2018" edition = "2018"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
@ -13,7 +13,7 @@ homepage = "https://github.com/EmbarkStudios/ash-molten"
documentation = "https://docs.rs/ash-molten" documentation = "https://docs.rs/ash-molten"
[dependencies] [dependencies]
ash = "0.30" ash = "0.31"
[features] [features]
external = [] external = []