Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AppExit documentation updates bevyengine#7067
Help users understand how to write code that runs when the app is exiting. See: - bevyengine#7067 Added documentation to `AppExit` class that mentions using the `Drop` trait for code that needs to run on program exit, as well as linking to the caveat about `App::run()` not being guaranteed to return.
- Loading branch information