From 92948d23943d007ecbffd8e528f54e4e801b5a46 Mon Sep 17 00:00:00 2001 From: Phillip Cloud Date: Mon, 3 May 2021 16:20:36 -0400 Subject: [PATCH] chore: add minesweep to list of apps using tui-rs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 440f933..7be0de4 100644 --- a/README.md +++ b/README.md @@ -113,6 +113,7 @@ You can run all examples by running `make run-examples`. * [Vector](https://vector.dev) * [KDash](https://github.com/kdash-rs/kdash) * [xplr](https://github.com/sayanarijit/xplr) +* [minesweep](https://github.com/cpcloud/minesweep-rs) ### Alternatives