2016-08-14 01:13:39 +02:00
|
|
|
[package]
|
2016-12-09 20:15:59 +01:00
|
|
|
name = "ash"
|
2016-12-23 21:53:07 +01:00
|
|
|
version = "0.2.0"
|
2016-08-14 01:13:39 +02:00
|
|
|
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-12-23 23:22:21 +01:00
|
|
|
documentation = "https://docs.rs/ash"
|
2016-08-14 01:13:39 +02:00
|
|
|
|
|
|
|
[dependencies]
|
2016-12-24 00:12:41 +01:00
|
|
|
shared_library = "0.1.5"
|
2016-12-23 23:22:21 +01:00
|
|
|
lazy_static = "0.2.1"
|