2016-02-16 15:26:04 +00:00
|
|
|
[package]
|
|
|
|
name = "vk-sys"
|
2018-02-12 15:12:43 +00:00
|
|
|
version = "0.3.3"
|
2017-08-05 09:06:13 +00:00
|
|
|
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>", "The vulkano contributors"]
|
|
|
|
repository = "https://github.com/vulkano-rs/vulkano"
|
2016-04-30 10:08:48 +00:00
|
|
|
description = "Bindings for the Vulkan graphics API"
|
|
|
|
license = "MIT/Apache-2.0"
|
2016-10-25 11:31:20 +00:00
|
|
|
documentation = "https://docs.rs/vk-sys"
|
2016-12-07 21:29:15 +00:00
|
|
|
keywords = ["vulkan", "bindings", "graphics", "gpu"]
|
2017-01-31 08:59:07 +00:00
|
|
|
categories = ["rendering::graphics-api"]
|