dear-node-editor 0.14.1

Safe Rust bindings for imgui-node-editor for Dear ImGui
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-node-editor"
version = "0.14.1"
authors = ["Mingzhen Zhuang <superfrankie621@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Safe Rust bindings for imgui-node-editor for Dear ImGui"
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 = []
freetype = [
    "dear-imgui-rs/freetype",
    "dear-node-editor-sys/freetype",
]

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

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

[dependencies.bitflags]
version = "2.11"

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

[dependencies.dear-node-editor-sys]
version = "0.14"

[dependencies.thiserror]
version = "2.0"

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