ash/Cargo.toml

14 lines
313 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-12-14 23:10:53 +01:00
version = "0.1.1"
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-08-14 01:13:39 +02:00
[dependencies]
shared_library = "0.1.5"
2016-12-12 01:08:12 +01:00
sharedlib = "6.0.0"