tui-realm 0.4.0
0.4.0
Released on 07/06/2021
- Another Prop API Update
- Removed
input_len
andinput_type
from properties. Useown
instead with newPropValue
- Added
Color
andInputType
toPropValue
- Removed
value
fromProps
- Added
own
: key-value storage (HashMap<&'static str, PropPayload>
) to store any value into properties.
- Removed
- Dependencies:
textwrap
0.14.0