bevy_mod_debugdump icon indicating copy to clipboard operation
bevy_mod_debugdump copied to clipboard

README is out of date: `print_schedule` -> `print_schedule_graph`

Open andriyDev opened this issue 1 year ago • 0 comments

The README is out of date. print_schedule needs to be replaced with print_schedule_graph.

This could be made more robust using #![doc = include_str!("../README.md")] in the crate to include the README as the docstring for the crate. Then we could test that the README compiles with cargo test --doc as a Github action! But that's probably something that should be addressed in another issue.

andriyDev avatar Dec 02 '23 07:12 andriyDev