ash-molten/Cargo.toml

18 lines
411 B
TOML
Raw Normal View History

2019-06-05 18:22:29 +10:00
[package]
name = "ash-molten"
version = "0.1.0"
authors = ["maik <maik.klein@embark-studios.com>"]
edition = "2018"
2019-06-05 18:42:03 +10:00
license = "MIT/Apache-2.0"
readme = "README.md"
keywords = ["vulkan", "metal"]
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]
ash = "0.29"
2019-06-17 19:22:17 +10:00
[features]
external = []