Skip to content

Releases: terhechte/bevy_quickmenu

0.1.5

04 Dec 10:12
Compare
Choose a tag to compare

Thanks to PhaestusFox for contributing two PRs that improve and simplify bevy_quickmenu.

  1. This one removes unnecessary generics/
  2. This one removed the requirement for WidgetId to be &static str. Instead, it is a Cow<'static, str> with a u64 hash now. This allows having dynamic WidgetIds for more complex screens.

Version 0.1.1

18 Nov 13:50
Compare
Choose a tag to compare

Limited the bevy features to only what's needed for quickmenu

Initial Release

18 Nov 13:32
Compare
Choose a tag to compare
0.1.0

move around