[package] authors = [ 'Michael Mestnik ', 'maik klein ', 'Graham Wihlidal ', ] 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' [badges.gitlab] repository = 'cheako/ash-tray-rs' [dependencies] arrayvec = '0.7.1' ash = {version = '0.37.0', features = ['linked']} bitflags = '1.2.1' concat-idents = '1.0' cty = '0.2.1' derivative = "2.2.0" glsl-to-spirv-macros = '0.1.1' glsl-to-spirv-macros-impl = '0.1.0' lazy_static = '1.4.0' libloading = '0.7.0' memoffset = '0.6.1' parking_lot = '0.12' snafu = '0.7.0' winit = '0.27.1' [build-dependencies] cc = '1.0.66' [features] default = ['loaded'] loaded = []