Skip to content

Commit

Permalink
Replace TUI with Ratatui (a maintained fork)
Browse files Browse the repository at this point in the history
  • Loading branch information
crash5936 authored Dec 1, 2023
1 parent b2d38f0 commit d45d035
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 d45d035

Please sign in to comment.