ash/Cargo.toml

15 lines
353 B
TOML
Raw Normal View History

2016-08-14 09:13:39 +10:00
[package]
2016-12-10 06:15:59 +11:00
name = "ash"
version = "0.9.0"
2016-08-14 09:13:39 +10:00
authors = ["maik klein <maikklein@googlemail.com>"]
2016-12-10 06:41:55 +11:00
description = "Vulkan bindings for Rust"
2016-12-10 06:43:12 +11:00
license = "MIT"
2016-12-10 06:41:55 +11:00
repository = "https://github.com/MaikKlein/ash"
readme = "README.md"
keywords = ["vulkan", "graphic"]
2016-12-24 09:22:21 +11:00
documentation = "https://docs.rs/ash"
2016-08-14 09:13:39 +10:00
[dependencies]
2016-12-24 10:12:41 +11:00
shared_library = "0.1.5"
2016-12-24 09:22:21 +11:00
lazy_static = "0.2.1"