Releases: Kaiden42/iced_focus
Releases · Kaiden42/iced_focus
iced_focus v0.1.1
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
iced_focus v0.1.0
First release.