bevy_button_released_plugin 0.5.1

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

## [0.5.1]

### Added

- Support for touch input. 

## [0.5]

### Changed

- Updated to Bevy 0.13

## [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