bevy_quit
bevy_quit
is a simple bevy plugin to easily add keybindings to exit a bevy
game.
Example usage
use *;
use QuitPlugin;
Contributing
Contributions are more than welcome. However, to make code more standard,
pre-commit
is used. Please, install it and run it
before submitting any code to this repo. Thanks!
To install the pre-commit
hooks, execute:
pre-commit install