-
-
Notifications
You must be signed in to change notification settings - Fork 145
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Objective Update the `dump_schedule` utility since `bevy_mod_debugdump` has been updated to support bevy 0.11. # Solution - Update `bevy_mod_debugdump` to 0.8. - Add more command line options to the tool.
- Loading branch information
Showing
4 changed files
with
51 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# dump_schedule | ||
|
||
A simple debugging utility for visualizing Valence's main schedule graph. Generates a SVG file. | ||
A simple debugging utility for visualizing Valence's 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` | ||
2. Run the program with `cargo r -p dump_schedule -- PostUpdate` | ||
3. Open the generated `graph.svg` in your browser or other program, e.g. `chromium graph.svg`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters