What's Changed
- Do not depend on alpha versions of ratatui by @matthiasbeyer in #37
Author note:
This reverts ratatui dependency back to 0.29 (stable) from 0.30-alpha.
People still have the option to use it with any version of ratatui by usingcrossterm
feature with no default feature.
Use:tui-input = {version = "0.14.0", features = ["crossterm"], default-features = false}
Example:cargo run --example crossterm_input --features crossterm --no-default-features
New Contributors
- @matthiasbeyer made their first contribution in #37
Full Changelog: v0.12.1...v0.14.0