# 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-gfx-renderer" version = "0.8.2" authors = ["The imgui-rs Developers"] description = "gfx renderer for the imgui crate" homepage = "https://github.com/imgui-rs/imgui-rs" categories = ["gui", "rendering"] license = "MIT/Apache-2.0" repository = "https://github.com/imgui-rs/imgui-rs" [dependencies.gfx] version = "0.18" [dependencies.imgui] version = "0.8.2" [features] default = ["opengl"] directx = [] opengl = [] [target."cfg(windows)".build-dependencies.winapi] version = "0.3" features = ["d3dcompiler"] [badges.maintenance] status = "deprecated"