dear-app 0.16.0

Generation-aware Dear ImGui application runtime for dear-imgui-rs on Winit and WGPU
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-app"
version = "0.16.0"
authors = ["Mingzhen Zhuang <superfrankie621@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generation-aware Dear ImGui application runtime for dear-imgui-rs on Winit and WGPU"
homepage = "https://github.com/Latias94/dear-imgui-rs"
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"

[features]
default = []
imnodes = ["dep:dear-imnodes"]
implot = ["dep:dear-implot"]
implot3d = ["dep:dear-implot3d"]
test-engine = ["dep:dear-imgui-test-engine"]

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

[[example]]
name = "hello"
path = "examples/hello.rs"

[dependencies.dear-imgui-rs]
version = "0.16"
default-features = false

[dependencies.dear-imgui-test-engine]
version = "0.16"
optional = true

[dependencies.dear-imgui-wgpu]
version = "0.16"

[dependencies.dear-imgui-winit]
version = "0.16"

[dependencies.dear-imnodes]
version = "0.16"
optional = true

[dependencies.dear-implot]
version = "0.16"
optional = true

[dependencies.dear-implot3d]
version = "0.16"
optional = true

[dependencies.pollster]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.tracing]
version = "0.1"

[dependencies.wgpu]
version = "30.0"

[dependencies.winit]
version = "0.30.13"