# 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 = "imgui-rs-vulkan-renderer" version = "1.16.0" authors = ["Adrien Bennadji "] build = false include = [ "/src", "LICENSE", "README.md", "CHANGELOG.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A Vulkan renderer for imgui-rs using Ash." homepage = "https://github.com/adrien-ben/imgui-rs-vulkan-renderer" documentation = "https://docs.rs/imgui-rs-vulkan-renderer" readme = "README.md" keywords = [ "imgui", "vulkan", "ash", ] license = "MIT" repository = "https://github.com/adrien-ben/imgui-rs-vulkan-renderer" [lib] name = "imgui_rs_vulkan_renderer" path = "src/lib.rs" [dependencies.ash] version = "0.38" features = ["debug"] default-features = false [dependencies.gpu-allocator] version = "0.27" features = ["vulkan"] optional = true default-features = false [dependencies.imgui] version = "^0.12" [dependencies.log] version = "0.4" [dependencies.thiserror] version = "1.0" [dependencies.ultraviolet] version = "0.9" [dependencies.vk-mem] version = "0.4" optional = true [dev-dependencies.ash] version = "0.38" features = [ "debug", "linked", ] default-features = false [dev-dependencies.ash-window] version = "0.13" [dev-dependencies.image] version = "0.25" [dev-dependencies.imgui] version = "^0.12" features = ["tables-api"] [dev-dependencies.imgui-winit-support] version = "^0.12" [dev-dependencies.simple_logger] version = "5.0" [dev-dependencies.winit] version = "0.29" [features] dynamic-rendering = []