tui-realm 1.5.0
1.5.0
Released on 06/03/2022
- Updated
tui
to0.17
- Added Injectors
- Properties injectors are trait objects, which must implement the
Injector
trait, which can provide some property (defined as a tuple ofAttribute
andAttrValue
) for components when they're mounted. - Read more in advanced concepts
- Properties injectors are trait objects, which must implement the