graph-explorer-layout 0.3.0

Barnes-Hut force simulation and radial layout for graph-explorer.
Documentation
[package]
name = "graph-explorer-layout"
description = "Barnes-Hut force simulation and radial layout for graph-explorer."
edition.workspace = true
version.workspace = true
license.workspace = true
authors.workspace = true
repository.workspace = true
homepage.workspace = true
rust-version.workspace = true
keywords = ["graph", "layout", "force-directed", "barnes-hut"]
categories = ["algorithms", "visualization"]

[dependencies]
graph-explorer-core = { workspace = true }
serde = { workspace = true }

[dev-dependencies]
serde_json = { workspace = true }