gfx_window_vulkan 0.1.0

Vulkan window for gfx-rs
Documentation
[package]
name = "gfx_window_vulkan"
version = "0.1.0"
description = "Vulkan window 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_window_vulkan"

[dependencies]
winit = "0.5"
vk-sys = "0.2"
gfx_core = { path = "../../core", version = "0.6" }
gfx_device_vulkan = { path = "../../backend/vulkan", version = "0.1" }

[target.'cfg(windows)'.dependencies]
kernel32-sys = "0.2.2"