2016-08-14 09:13:39 +10:00
|
|
|
[package]
|
2016-12-10 06:15:59 +11:00
|
|
|
name = "ash"
|
2017-04-07 18:07:09 +10:00
|
|
|
version = "0.15.3"
|
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"
|