[[bin]]
name = "package"
path = "bin/package/main.rs"
required-features = ["package-bin"]
[build-dependencies.bindgen]
version = "0.72"
[build-dependencies.build-support]
package = "dear-imgui-build-support"
version = "0.1"
[build-dependencies.cc]
version = "1.2"
[build-dependencies.cmake]
version = "0.1"
[build-dependencies.flate2]
version = "1"
[build-dependencies.pkg-config]
version = "0.3"
[build-dependencies.tar]
version = "0.4"
[build-dependencies.xshell]
version = "0.2"
[dependencies.build-support]
optional = true
package = "dear-imgui-build-support"
version = "0.1"
[dependencies.dear-imgui-sys]
version = "0.2"
[dependencies.flate2]
optional = true
version = "1"
[dependencies.tar]
optional = true
version = "0.4"
[features]
build-from-source = []
default = []
freetype = ["dear-imgui-sys/freetype"]
package-bin = ["dep:flate2", "dep:tar", "dep:build-support"]
prebuilt = []
[lib]
name = "dear_implot_sys"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["gui", "api-bindings"]
description = "Low-level FFI bindings for ImPlot via cimplot (C API)"
edition = "2024"
homepage = "https://github.com/Latias94/dear-imgui"
keywords = ["imgui", "ui", "graphics", "docking", "multiview"]
license = "MIT OR Apache-2.0"
links = "dear_implot"
name = "dear-implot-sys"
readme = "README.md"
repository = "https://github.com/Latias94/dear-imgui"
resolver = "2"
version = "0.2.0"
[package.metadata.docs.rs]
all-features = false
exclude = ["third-party/cimplot/example_glfw_opengl3/**", "third-party/cimplot/generator/**", "third-party/cimplot/implot/.github/**", "third-party/cimplot/implot/examples/**", "third-party/cimplot/implot/misc/**", "third-party/cimplot/implot/docs/**"]
features = []
no-default-features = true
rustdoc-args = ["--cfg", "docsrs"]