gfx_device_vulkan 0.1.0

Vulkan API backend for gfx-rs
Documentation
[package]
name = "gfx_device_vulkan"
version = "0.1.0"
description = "Vulkan API backend for gfx-rs"
homepage = "https://github.com/gfx-rs/gfx"
repository = "https://github.com/gfx-rs/gfx"
keywords = ["graphics", "gamedev"]
license = "Apache-2.0"
authors = ["The Gfx-rs Developers"]

[lib]
name = "gfx_device_vulkan"

[dependencies]
log = "0.3"
vk = "0.0"
vk-sys = "0.2"
shared_library = "0.1"
winit = "0.5"
gfx_core = { path = "../../core", version = "0.6" }
spirv-utils = "0.2.1"