bevy_nested_tooltips 0.2.3

Nested Tooltips for the bevy game engine
Documentation
# Changelog

## 0.2.3
- revert hover checks only running when cursor moved.

## 0.2.2
- Warning about text component needing to be added with links

## 0.2.1
- Tiny bail features now added as crate features

## 0.2.0
- Hover check now only runs when cursor has moved.
- Fixed typos and awesome readme badges.
- Added some missing documentation
- TooltipsData changed the name breaking change

## 0.1.0
- Initial release.