Skip to content

iced_focus v0.1.1

Latest
Compare
Choose a tag to compare
@Kaiden42 Kaiden42 released this 13 Aug 14:57

Changelog:

  • Support generics for derive macro
  • Reduce the amount of allocations in the focus(...) method of a slice of focusable elements
  • Don't panic on other annotations on a field that are not focus(enable...)
  • Support for Box<T: Focus>
  • Other bugfixes