This directory contains examples of how to use the egui_graphs library.
All examples requires rust to be installed. Just follow easy one step install from the official site https://www.rust-lang.org/tools/install.
To run an example, use the following command:
```bash
cargo run --release -p <EXAMPLE_NAME>
```
where `<EXAMPLE_NAME>` is the name of the example you want to run.