[go: up one dir, main page]

ash 0.3.1

Vulkan bindings for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "ash"
version = "0.3.1"
authors = ["maik klein <maikklein@googlemail.com>"]
description = "Vulkan bindings for Rust"
license = "MIT"
repository = "https://github.com/MaikKlein/ash"
readme = "README.md"
keywords = ["vulkan", "graphic"]
documentation = "https://docs.rs/ash"

[dependencies]
shared_library = "0.1.5"
lazy_static = "0.2.1"