ash-tray 0.4.1

A Tray to host Ash with Winit
Documentation
[package]
name = "ash-tray"
version = "0.4.1"
authors = ["Michael Mestnik <cheako+github_com@mikemestnik.net>", "maik klein <maikklein@googlemail.com>"]
edition = "2018"
description = "A Tray to host Ash with Winit"
homepage = "https://gitlab.com/cheako/ash-tray-rs"
repository = "https://gitlab.com/cheako/ash-tray-rs.git"
readme = "README.md"
keywords = ["ash", "winit", "vulkan", "imgui"]
categories = ["rendering::graphics-api"]
license-file = "LICENSE.txt"

[dependencies]
ash = "0.29.0"
winit = "0.20.0-alpha3"
imgui = "0.1.0"
imgui-sys = "0.1.0"
vk-mem = "0.1.8"
lazy_static = "1.3.0"
shared_library = "0.1.9"
arrayvec = "0.4.11"
memoffset = "0.5.1"
glsl-to-spirv-macros = "0.1.1"
glsl-to-spirv-macros-impl = "0.1.0"