bevy_button_released_plugin 0.3.1

Bevy helper crate that allows to react to button being released.
Documentation
# Changelog


## [0.4]


### Added


- `auto_add` default feature- `GameButton` struct gets added automatically to entities with `Button`

## [0.3]


### Changed


- updated to Bevy 0.12

## [0.2]


### Changed


- updated to Bevy 0.11

## [0.1]


- initial version