network_graph 0.1.2

Network-style graph utilities and egui widget
Documentation
[dependencies.egui]
optional = true
version = "0.32.0"

[dependencies.log]
optional = true
version = "0.4.28"

[dev-dependencies.eframe]
version = "0.32.0"

[dev-dependencies.env_logger]
version = "0.11.8"

[dev-dependencies.rand]
version = "0.9.2"

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

[features]
default = ["egui", "log_gui"]
egui = ["dep:egui"]
log = ["dep:log"]
log_gui = ["egui", "log"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Network-style graph utilities and egui widget"
edition = "2024"
keywords = ["graphics", "gui", "egui", "widgets"]
license = "Apache-2.0"
name = "network_graph"
readme = false
repository = "https://git.sr.ht/~lbeuk/network_graph"
version = "0.1.2"