mirror of https://github.com/aziis98/asd-2024.git
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.
12 lines
171 B
TOML
12 lines
171 B
TOML
6 months ago
|
[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"
|