ash-tray 0.4.1

A Tray to host Ash with Winit
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

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

[dependencies.ash]
version = "0.29.0"

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

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

[dependencies.imgui]
version = "0.1.0"

[dependencies.imgui-sys]
version = "0.1.0"

[dependencies.lazy_static]
version = "1.3.0"

[dependencies.memoffset]
version = "0.5.1"

[dependencies.shared_library]
version = "0.1.9"

[dependencies.vk-mem]
version = "0.1.8"

[dependencies.winit]
version = "0.20.0-alpha3"