You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
197 B
TOML

[package]
name = "egui-graph-viz"
version = "0.1.0"
license = "MIT"
edition = "2021"
[dependencies]
egui = "0.27"
eframe = "0.27"
petgraph = "0.6"
egui_graphs = "0.20.0"
asd = { path = "../../" }