ash-molten/Cargo.toml

20 lines
585 B
TOML
Raw Normal View History

2019-06-05 10:22:29 +02:00
[package]
name = "ash-molten"
description = "Statically linked MoltenVK for Vulkan on Mac using Ash"
2019-06-05 10:22:29 +02:00
version = "0.1.0"
authors = ["Embark <opensource@embark-studios.com>", "maik <maik.klein@embark-studios.com>"]
2019-06-05 10:22:29 +02:00
edition = "2018"
2019-06-05 10:42:03 +02:00
license = "MIT/Apache-2.0"
readme = "README.md"
keywords = ["vulkan", "metal"]
categories = ["api-bindings", "rendering", "os::macos-apis"]
2019-06-05 10:42:03 +02:00
repository = "https://github.com/EmbarkStudios/ash-molten"
homepage = "https://github.com/EmbarkStudios/ash-molten"
2019-06-05 10:42:03 +02:00
documentation = "https://docs.rs/ash-molten"
2019-06-05 10:22:29 +02:00
[dependencies]
ash = "0.29"
2019-06-17 11:22:17 +02:00
[features]
external = []