# 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-sys" version = "0.12.0" build = "build.rs" links = "imgui" exclude = [ "third-party/*/*.json", "third-party/*/*.lua", "third-party/imgui/backends/", "third-party/imgui/docs/", "third-party/imgui/examples/", "third-party/imgui/misc/cpp/", "third-party/imgui/misc/debuggers/", "third-party/imgui/misc/fonts/", "third-party/imgui/misc/single_file/", ] description = "Raw FFI bindings to dear imgui" homepage = "https://github.com/imgui-rs/imgui-rs" documentation = "https://docs.rs/imgui-sys" categories = [ "gui", "external-ffi-bindings", ] license = "MIT OR Apache-2.0" repository = "https://github.com/imgui-rs/imgui-rs" [dependencies.cfg-if] version = "1" [dependencies.chlorine] version = "1.0.7" [dependencies.mint] version = "0.5.6" [build-dependencies.cc] version = "1.0.2" [build-dependencies.pkg-config] version = "0.3" optional = true [build-dependencies.vcpkg] version = "0.2.15" optional = true [features] default = [] docking = [] freetype = ["pkg-config"] use-vcpkg = ["vcpkg"] wasm = []