From 260af68a347b527281265f7bf259eb1336aa49b2 Mon Sep 17 00:00:00 2001 From: Dheepak Krishnamurthy <1813121+kdheepak@users.noreply.github.com> Date: Tue, 12 Nov 2024 10:41:43 -0500 Subject: [PATCH] docs(readme): include iocraft as an alternative (#1483) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b09f56f..4c42c0e3 100644 --- a/README.md +++ b/README.md @@ -363,7 +363,8 @@ for a curated list of awesome apps/libraries built with `ratatui`! ## Alternatives -You might want to checkout [Cursive](https://github.com/gyscos/Cursive) for an alternative solution +You might want to checkout [Cursive](https://github.com/gyscos/Cursive) or +[iocraft](https://github.com/ccbrown/iocraft/) for an alternative solutions to build text user interfaces in Rust. ## Acknowledgments