vulkano 0.7.2

Safe wrapper for the Vulkan graphics API
Documentation
[package]

name = "vulkano"

version = "0.7.2"

authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>", "The vulkano contributors"]

repository = "https://github.com/vulkano-rs/vulkano"

description = "Safe wrapper for the Vulkan graphics API"

license = "MIT/Apache-2.0"

documentation = "https://docs.rs/vulkano"

readme = "../README.md"

categories = ["rendering::graphics-api"]

build = "build.rs"



[dependencies]

crossbeam = "0.3.0"

fnv = "1.0.5"

shared_library = "0.1.5"

smallvec = "0.4.3"

lazy_static = "0.2.2"

vk-sys = { version = "0.3.2", path = "../vk-sys" }

half = "1"