ash-molten/Cargo.toml
Maik Klein e9a124d646
Update to ash 0.30.0 (#15)
* Update to ash 0.30.0

* clippy

* Replace mk_version macro
2020-03-23 11:53:19 +01:00

23 lines
664 B
TOML

[package]
name = "ash-molten"
description = "Statically linked MoltenVK for Vulkan on Mac using Ash"
version = "0.2.1+38"
authors = ["Embark <opensource@embark-studios.com>", "Maik Klein <maik.klein@embark-studios.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
readme = "README.md"
keywords = ["vulkan", "metal"]
categories = ["api-bindings", "rendering", "os::macos-apis"]
repository = "https://github.com/EmbarkStudios/ash-molten"
homepage = "https://github.com/EmbarkStudios/ash-molten"
documentation = "https://docs.rs/ash-molten"
[dependencies]
ash = "0.30"
[features]
external = []
[package.metadata.docs.rs]
default-target = "x86_64-apple-darwin"