docs(readme): include iocraft as an alternative (#1483)

This commit is contained in:
Dheepak Krishnamurthy 2024-11-12 10:41:43 -05:00 committed by GitHub
parent e461b724a6
commit 260af68a34
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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