easy-imgui 0.22.0

Rust wrapper for the Dear ImGui library
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 = "easy-imgui"
version = "0.22.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust wrapper for the Dear ImGui library"
readme = "README.md"
keywords = [
    "imgui",
    "ui",
    "graphics",
]
categories = ["gui"]
license = "MIT"
repository = "https://github.com/rodrigorc/easy-imgui-rs"

[features]
clipboard = ["dep:arboard"]
default = []
freetype = ["easy-imgui-sys/freetype"]
future = [
    "dep:send_wrapper",
    "dep:futures-util",
]

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

[dependencies.arboard]
version = "3"
optional = true
default-features = false

[dependencies.bitflags]
version = "2"

[dependencies.cgmath]
version = "0.18"
features = ["mint"]

[dependencies.easy-imgui-sys]
version = "0.22.0"

[dependencies.either]
version = "1.15.0"

[dependencies.futures-util]
version = "0.3.31"
optional = true

[dependencies.image]
version = "0.25"
default-features = false

[dependencies.log]
version = "0.4"

[dependencies.mint]
version = "0.5"

[dependencies.paste]
version = "1"

[dependencies.send_wrapper]
version = "0.6"
optional = true