1
0
Fork 0
mirror of https://github.com/italicsjenga/valence.git synced 2025-02-03 17:16:34 +11:00
valence/crates/dump_schedule/README.md

8 lines
358 B
Markdown
Raw Normal View History

# dump_schedule
A simple debugging utility for visualizing Valence's main schedule graph. Generates a SVG file.
1. Ensure that [Graphviz](https://graphviz.org/) is installed and the `dot` command is available.
2. Run the program with `cargo r -p dump_schedule`
3. Open the generated `graph.svg` in your browser or other program, e.g. `chromium graph.svg`.