dear-app 0.9.0

Convenient Dear ImGui application runner for dear-imgui-rs (Winit + WGPU, docking, themes, add-ons)
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.9.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Convenient Dear ImGui application runner for dear-imgui-rs (Winit + WGPU, docking, themes, add-ons)"
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"]

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

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

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

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

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

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

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

[dependencies.pollster]
version = "0.4"

[dependencies.thiserror]
version = "2.0"

[dependencies.tracing]
version = "0.1"

[dependencies.wgpu]
version = "28.0"

[dependencies.winit]
version = "0.30.12"