2017-04-16 12:44:34 +02:00
|
|
|
[package]
|
|
|
|
name = "ash"
|
2018-05-24 12:46:08 -06:00
|
|
|
version = "0.24.3"
|
2017-04-16 12:44:34 +02:00
|
|
|
authors = ["maik klein <maikklein@googlemail.com>"]
|
|
|
|
description = "Vulkan bindings for Rust"
|
|
|
|
license = "MIT"
|
|
|
|
repository = "https://github.com/MaikKlein/ash"
|
2017-04-22 17:15:48 +02:00
|
|
|
readme = "../README.md"
|
2017-04-16 12:44:34 +02:00
|
|
|
keywords = ["vulkan", "graphic"]
|
|
|
|
documentation = "https://docs.rs/ash"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
shared_library = "0.1.5"
|
|
|
|
lazy_static = "0.2.1"
|
2017-07-08 09:40:38 +02:00
|
|
|
libc = "0.2.26"
|
2017-04-22 15:09:44 +02:00
|
|
|
|
2017-10-14 11:44:15 +08:00
|
|
|
[features]
|
|
|
|
default = []
|
|
|
|
|
2017-04-22 15:09:44 +02:00
|
|
|
[package.metadata.release]
|
2017-04-22 15:24:59 +02:00
|
|
|
no-dev-version = true
|