ash-tray 0.19.0

A Tray to host Ash with Winit
[badges.gitlab]
repository = "cheako/ash-tray-rs"
[build-dependencies.cc]
version = "1.0.66"
[dependencies.arrayvec]
version = "0.7.1"

[dependencies.ash]
features = ["linked"]
version = "0.37.0"

[dependencies.bitflags]
version = "1.2.1"

[dependencies.concat-idents]
version = "1.0"

[dependencies.cty]
version = "0.2.1"

[dependencies.derivative]
version = "2.2.0"

[dependencies.glsl-to-spirv-macros]
version = "0.1.1"

[dependencies.glsl-to-spirv-macros-impl]
version = "0.1.0"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.libloading]
version = "0.7.0"

[dependencies.memoffset]
version = "0.6.1"

[dependencies.parking_lot]
version = "0.12"

[dependencies.snafu]
version = "0.7.0"

[dependencies.winit]
version = "0.27.1"

[features]
default = ["loaded"]
loaded = []

[package]
authors = ["Michael Mestnik <cheako+github_com@mikemestnik.net>", "maik klein <maikklein@googlemail.com>", "Graham Wihlidal <graham@wihlidal.ca>"]
build = "build.rs"
categories = ["rendering::graphics-api"]
description = "A Tray to host Ash with Winit"
edition = "2018"
homepage = "https://gitlab.com/cheako/ash-tray-rs"
include = ["src/**/*.rs", "gen/bindings.rs", "build.rs", "imgui.rs", "vkmem.rs", "Cargo.toml", "vendor/VulkanMemoryAllocator/include/vk_mem_alloc.h", "wrapper/vma_lib.cpp", "third-party/imgui/imgui*.cpp", "third-party/imgui/im*.h", "third-party/cimgui.cpp", "third-party/cimgui.h", "include_all_imgui.cpp"]
keywords = ["ash", "winit", "vulkan", "imgui"]
license = "MIT"
name = "ash-tray"
readme = "README.md"
repository = "https://gitlab.com/cheako/ash-tray-rs.git"
version = "0.19.0"