ash-tray 0.10.0

A Tray to host Ash with Winit
Documentation
[package]
name = "ash-tray"
version = "0.10.0"
authors = ["Michael Mestnik <cheako+github_com@mikemestnik.net>", "maik klein <maikklein@googlemail.com>", "Graham Wihlidal <graham@wihlidal.ca>"]
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 = "MIT"
build = "build.rs"
include = [
    "src/**/*.rs",
    "gen/bindings.rs",
    "build.rs",
    "Cargo.toml",
    "vendor/src/vk_mem_alloc.h",
    "wrapper/vulkan/vk_platform.h",
    "wrapper/vulkan/vulkan_core.h",
    "wrapper/vulkan/vulkan.h",
    "wrapper/vma_lib.cpp",
]

[badges.gitlab]
repository = "cheako/ash-tray-rs"

[dependencies]
arrayvec = "0.5.1"
ash = "0.29.0"
bitflags = "1.2.1"
glsl-to-spirv-macros = "0.1.1"
glsl-to-spirv-macros-impl = "0.1.0"
lazy_static = "1.4.0"
memoffset = "0.5.1"
shared_library = "0.1.9"
snafu = "0.5.0"
imgui = "0.2.1"
imgui-sys = "0.2.0"
winit = "0.20.0-alpha3"

[build-dependencies]
cc = "1.0.46"