Skip to content

Commit

Permalink
Merge pull request #12 from crash5936/master
Browse files Browse the repository at this point in the history
Replace TUI with Ratatui (a maintained fork)
  • Loading branch information
shadawck authored Dec 2, 2023
2 parents b2d38f0 + d45d035 commit c1794cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ etc.

- [Clap](https://github.com/clap-rs/clap) : A full featured, fast Command Line Argument Parser for Rust.

- [TUI](https://github.com/fdehau/tui-rs) : Build terminal user interfaces and dashboards using Rust.
- [Ratatui]((https://github.com/ratatui-org/ratatui)) : Build terminal user interfaces and dashboards using Rust.

- [StructOpt](https://github.com/TeXitoi/structopt) : Parse command line arguments by defining a struct.

Expand Down

0 comments on commit c1794cb

Please sign in to comment.