Crates.io | egui-cfg |
lib.rs | egui-cfg |
version | 0.1.0 |
created_at | 2025-09-25 02:53:38.394369+00 |
updated_at | 2025-09-25 02:53:38.394369+00 |
description | egui library for displaying control flow graphs using petgraph. |
homepage | https://github.com/teabound/egui-cfg |
repository | https://github.com/teabound/egui-cfg |
max_upload_size | |
id | 1854083 |
size | 208,040 |
egui library for displaying control flow graphs using petgraph.
Default | Custom |
---|---|
![]() |
![]() |
See the examples folder.
[dependencies]
egui-cfg = "*"
$ git clone https://github.com/teabound/egui-cfg
$ cd egui-cfg
$ cargo run --example basic --release