Skip to content

tui-realm 0.4.0

Compare
Choose a tag to compare
@veeso veeso released this 07 Jun 10:28
· 251 commits to main since this release

0.4.0

Released on 07/06/2021

  • Another Prop API Update
    • Removed input_len and input_type from properties. Use own instead with new PropValue
    • Added Color and InputType to PropValue
    • Removed value from Props
    • Added own: key-value storage (HashMap<&'static str, PropPayload>) to store any value into properties.
  • Dependencies:
    • textwrap 0.14.0