vulkanic 0.1.2

Ultra-thin Vulkan API wrapper sitting on top of vk-sys
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.vk-sys]
version = "0.5.3"

[package]
authors = ["Philipp Renoth <renoth@aitch.de>"]
categories = ["rendering::graphics-api"]
description = "Ultra-thin Vulkan API wrapper sitting on top of vk-sys"
documentation = "https://docs.rs/vulkanic"
edition = "2018"
homepage = "https://github.com/DaAitch/vulkanic-rs"
keywords = ["vulkan", "graphics", "gpu", "rendering"]
license = "MIT"
name = "vulkanic"
readme = "README.md"
repository = "https://github.com/DaAitch/vulkanic-rs"
version = "0.1.2"