# 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 = "arcdps-imgui" version = "0.8.0" authors = ["The imgui-rs Developers"] exclude = ["/resources"] description = "High-level Rust bindings to dear imgui; forked for use in arcdps addons" homepage = "https://github.com/gw2scratch/imgui-rs" readme = "../README.markdown" categories = ["gui", "api-bindings"] license = "MIT/Apache-2.0" repository = "https://github.com/gw2scratch/imgui-rs" [dependencies.bitflags] version = "1" [dependencies.imgui-sys] version = "0.8.0" package = "arcdps-imgui-sys" [dependencies.parking_lot] version = "0.11" [dev-dependencies.memoffset] version = "0.6" [features] default = ["min-const-generics"] freetype = ["imgui-sys/freetype"] min-const-generics = [] tables-api = [] wasm = ["imgui-sys/wasm"]