Skip to content

0.1.5

Latest
Compare
Choose a tag to compare
@terhechte terhechte released this 04 Dec 10:12

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.