dear-implot 0.10.2

High-level Rust bindings to ImPlot with dear-imgui-rs integration
Documentation
# 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 = "2024"
name = "dear-implot"
version = "0.10.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-level Rust bindings to ImPlot with dear-imgui-rs integration"
homepage = "https://github.com/Latias94/dear-imgui-rs"
documentation = "https://docs.rs/dear-implot"
readme = "README.md"
keywords = [
    "imgui",
    "ui",
    "graphics",
    "docking",
    "multiview",
]
categories = [
    "gui",
    "api-bindings",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Latias94/dear-imgui-rs"
resolver = "2"

[package.metadata.docs.rs]
features = ["freetype"]

[features]
default = []
demo = []
freetype = [
    "dear-imgui-rs/freetype",
    "dear-implot-sys/freetype",
]
wasm = [
    "dear-imgui-rs/wasm",
    "dear-implot-sys/wasm",
]

[lib]
name = "dear_implot"
path = "src/lib.rs"

[[test]]
name = "axis_closure_lifetime"
path = "tests/axis_closure_lifetime.rs"

[[test]]
name = "thread_safety"
path = "tests/thread_safety.rs"

[dependencies.bitflags]
version = "2.10"

[dependencies.dear-imgui-rs]
version = "0.10"

[dependencies.dear-imgui-sys]
version = "0.10"

[dependencies.dear-implot-sys]
version = "0.10"

[dev-dependencies.approx]
version = "0.5"

[dev-dependencies.pretty_assertions]
version = "1.4"

[dev-dependencies.static_assertions]
version = "1.1"