From c867a4c634cf76dcc77bd4af3e5ee99ba476431f Mon Sep 17 00:00:00 2001 From: FantasyPvP <80643031+FantasyPvP@users.noreply.github.com> Date: Sat, 29 Apr 2023 02:19:52 +0100 Subject: [PATCH] . . --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 995dde1..75fb336 100644 --- a/README.md +++ b/README.md @@ -203,4 +203,14 @@ since the last update i did a few things. ```rust pub struct crate::std::io::Element -``` \ No newline at end of file +``` + +## UPDATE: 29/04/23 + +after taking a bit of a break to get my A level work done and play some games, i've finally found time to get back into +this project + +over the last couple of days I've made some signifcant changes to this project. +I have started the development of a TUI (terminal user interface) library allowing for widgets to be displayed +on screen using ascii. +its pretty barebones at the moment but I'm hoping to add more features as time goes on!