ash-molten/Cargo.toml

23 lines
664 B
TOML
Raw Normal View History

2019-06-05 18:22:29 +10:00
[package]
name = "ash-molten"
description = "Statically linked MoltenVK for Vulkan on Mac using Ash"
version = "0.5.0+41"
2019-06-29 09:37:39 +10:00
authors = ["Embark <opensource@embark-studios.com>", "Maik Klein <maik.klein@embark-studios.com>"]
2019-06-05 18:22:29 +10:00
edition = "2018"
2019-10-26 06:58:03 +11:00
license = "MIT OR Apache-2.0"
2019-06-05 18:42:03 +10:00
readme = "README.md"
keywords = ["vulkan", "metal"]
categories = ["api-bindings", "rendering", "os::macos-apis"]
2019-06-05 18:42:03 +10:00
repository = "https://github.com/EmbarkStudios/ash-molten"
homepage = "https://github.com/EmbarkStudios/ash-molten"
2019-06-05 18:42:03 +10:00
documentation = "https://docs.rs/ash-molten"
2019-06-05 18:22:29 +10:00
[dependencies]
2020-05-11 17:42:30 +10:00
ash = "0.31"
2019-06-17 19:22:17 +10:00
[features]
external = []
2019-11-03 08:23:11 +11:00
[package.metadata.docs.rs]
default-target = "x86_64-apple-darwin"