ash-tray 0.1.2

A Tray to host Ash with Winit
Documentation
[package]
name = "ash-tray"
version = "0.1.2"
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]
winit = "0.20.0-alpha2"
lazy_static = "1.1.0"
shared_library = "0.1.9"
imgui = "0.0.22"
arrayvec = "0.4.7"
memoffset = "0.2"