bevy_save 2.0.1+4

A framework for saving and loading application state in Bevy.
Documentation
1
2
3
# Saves

While the examples save to this local folder, using the `DefaultBackend` (equivalent to `FileIO` on desktop) instead of the `DefaultDebugBackend` with your `Pathway` or `Pipeline` will save to a [managed, application-specific save directory](https://docs.rs/bevy_save/latest/bevy_save/prelude/static.SAVE_DIR.html) in the expected location for your platform.