egui_graphs 0.9.0

Interactive graph visualization widget for rust powered by egui
Documentation
[dependencies.crossbeam]
version = "0.8"

[dependencies.egui]
version = "0.22"

[dependencies.petgraph]
version = "0.6"

[dependencies.rand]
version = "0.8"

[package]
authors = ["Dmitrii Samsonov <blitzarx1@gmail.com>"]
description = "Interactive graph visualization widget for rust powered by egui"
edition = "2021"
homepage = "https://github.com/blitzarx1/egui_graphs"
license = "MIT"
name = "egui_graphs"
readme = "README.md"
repository = "https://github.com/blitzarx1/egui_graphs"
version = "0.9.0"