mirror of
https://github.com/italicsjenga/ash-molten.git
synced 2024-12-23 13:21:30 +11:00
Bump ash to 0.32.0 (#48)
* Bump ash to 0.32.0 * Null patch release * Use status instead of spawn to check for exit codes * Revert "Use status instead of spawn to check for exit codes" This reverts commit 9c22fe7dea5ae8c912a25ac8736071e42c3415b5.
This commit is contained in:
parent
2a07fd3c8a
commit
4b175250eb
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "ash-molten"
|
||||
description = "Statically linked MoltenVK for Vulkan on Mac using Ash"
|
||||
version = "0.8.2+1.1.2-f28ab1c"
|
||||
version = "0.9.0+1.1.2-f28ab1c"
|
||||
authors = ["Embark <opensource@embark-studios.com>", "Maik Klein <maik.klein@embark-studios.com>"]
|
||||
edition = "2018"
|
||||
license = "MIT OR Apache-2.0"
|
||||
|
@ -14,7 +14,7 @@ documentation = "https://docs.rs/ash-molten"
|
|||
build = "build/build.rs"
|
||||
|
||||
[dependencies]
|
||||
ash = "0.31"
|
||||
ash = "0.32"
|
||||
|
||||
[build-dependencies]
|
||||
anyhow = "1.0"
|
||||
|
|
Loading…
Reference in a new issue