ash/Cargo.toml

13 lines
293 B
TOML
Raw Normal View History

2016-08-14 01:13:39 +02:00
[package]
2016-12-09 20:15:59 +01:00
name = "ash"
2016-08-14 01:13:39 +02:00
version = "0.1.0"
authors = ["maik klein <maikklein@googlemail.com>"]
2016-12-09 20:41:55 +01:00
description = "Vulkan bindings for Rust"
2016-12-09 20:43:12 +01:00
license = "MIT"
2016-12-09 20:41:55 +01:00
repository = "https://github.com/MaikKlein/ash"
readme = "README.md"
keywords = ["vulkan", "graphic"]
2016-08-14 01:13:39 +02:00
[dependencies]
shared_library = "0.1.5"