force_graph 0.2.0

Force-directed graph algorithm
Documentation
[package]
name = "force_graph"
version = "0.2.0"
description = "Force-directed graph algorithm"
authors = ["Tobias Mansfield-Williams <contact@tmwhere.com>"]
repository = "https://github.com/t-mw/force-graph-rs"
license = "MIT"
edition = "2018"

[dependencies]
petgraph = "0.5"