ash-molten/Cargo.toml
Jake Shadle 74914007cc
Build cleanup (#1)
* Move build script to build.rs
* Add homepage
2019-06-25 16:37:46 +02:00

18 lines
411 B
TOML

[package]
name = "ash-molten"
version = "0.1.0"
authors = ["maik <maik.klein@embark-studios.com>"]
edition = "2018"
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"
documentation = "https://docs.rs/ash-molten"
[dependencies]
ash = "0.29"
[features]
external = []