From d45d0355b6105079b3ec3eab8667733d383d8b47 Mon Sep 17 00:00:00 2001 From: Jakub Smetana Date: Fri, 1 Dec 2023 21:46:03 +0100 Subject: [PATCH] Replace TUI with Ratatui (a maintained fork) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e07f9e9..3ad1e96 100644 --- a/README.md +++ b/README.md @@ -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.