# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "ash-tray" version = "0.19.0" authors = [ "Michael Mestnik ", "maik klein ", "Graham Wihlidal ", ] build = "build.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", ] 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 = "MIT" repository = "https://gitlab.com/cheako/ash-tray-rs.git" [dependencies.arrayvec] version = "0.7.1" [dependencies.ash] version = "0.37.0" features = ["linked"] [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" [build-dependencies.cc] version = "1.0.66" [features] default = ["loaded"] loaded = [] [badges.gitlab] repository = "cheako/ash-tray-rs"