bevy_nested_tooltips 0.2.2

Nested Tooltips for the bevy game engine
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Changelog

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