# 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 = "2021" name = "imgui" version = "0.12.0" exclude = ["/resources"] description = "High-level Rust bindings to dear imgui" homepage = "https://github.com/imgui-rs/imgui-rs" documentation = "https://docs.rs/imgui" readme = "README.markdown" categories = [ "gui", "api-bindings", ] license = "MIT OR Apache-2.0" repository = "https://github.com/imgui-rs/imgui-rs" [package.metadata.docs.rs] features = [ "freetype", "docking", "tables-api", ] [dependencies.bitflags] version = "1" [dependencies.cfg-if] version = "1" [dependencies.imgui-sys] version = "0.12.0" [dependencies.mint] version = "0.5.6" [dependencies.parking_lot] version = "0.12" [dev-dependencies.memoffset] version = "0.9" [features] docking = ["imgui-sys/docking"] freetype = ["imgui-sys/freetype"] tables-api = [] wasm = ["imgui-sys/wasm"]