From ba5ea2deff72fbfd568d4589bfd7ff627959e8cc Mon Sep 17 00:00:00 2001 From: Florian Dehau Date: Sun, 14 Aug 2022 13:58:53 +0200 Subject: [PATCH] chore: update README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 25b24c0..7cf114d 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,8 @@ comes from the terminal emulator than the library itself. Moreover, the library does not provide any input handling nor any event system and you may rely on the previously cited libraries to achieve such features. +**I'm actively looking for help maintaining this crate. See [this issue](https://github.com/fdehau/tui-rs/issues/654)** + ### Rust version requirements Since version 0.17.0, `tui` requires **rustc version 1.56.1 or greater**.