Breaking Changes:
The widget.ToolTip variable has changed to an array of ToolTips. If you are referencing this variable you will need to account for it being an array going forward.
What's Changed
- Fix text not working with the custom cursor updater feature. by @mcarpenter622 in https://github.com/ebitenui/ebitenui/pull/297
- Fix missing text label in button option by @mat007 in https:...