mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-22 23:05:43 +00:00
11 lines
413 B
TOML
11 lines
413 B
TOML
[package]
|
|
name = "vk-sys"
|
|
version = "0.5.1"
|
|
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>", "The vulkano contributors"]
|
|
repository = "https://github.com/vulkano-rs/vulkano"
|
|
description = "Bindings for the Vulkan graphics API"
|
|
license = "MIT/Apache-2.0"
|
|
documentation = "https://docs.rs/vk-sys"
|
|
keywords = ["vulkan", "bindings", "graphics", "gpu", "rendering"]
|
|
categories = ["rendering::graphics-api"]
|