force_graph 0.3.2

Force-directed graph algorithm
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.petgraph]
version = "0.5.1"

[dev-dependencies.macroquad]
version = "0.3"

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