ash/Cargo.toml

13 lines
293 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"
2016-08-14 09:13:39 +10:00
version = "0.1.0"
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-08-14 09:13:39 +10:00
[dependencies]
shared_library = "0.1.5"