Add more information to Cargo.toml

This commit is contained in:
Maik Klein 2019-06-05 10:42:03 +02:00
parent 2faa61cab7
commit 2224fda351

View file

@ -3,7 +3,11 @@ name = "ash-molten"
version = "0.1.0" version = "0.1.0"
authors = ["maik <maik.klein@embark-studios.com>"] authors = ["maik <maik.klein@embark-studios.com>"]
edition = "2018" edition = "2018"
license = "MIT/Apache-2.0"
readme = "README.md"
keywords = ["vulkan", "metal"]
repository = "https://github.com/EmbarkStudios/ash-molten"
documentation = "https://docs.rs/ash-molten"
[dependencies] [dependencies]
ash = "0.29" ash = "0.29"