From 1ce581a931352192c1360e1496d7a1ae56380e9d Mon Sep 17 00:00:00 2001 From: omagdy7 Date: Tue, 13 Sep 2022 16:32:43 +0200 Subject: Added ui.rs which is responsible for the tui and changed the code to run the game of life in a block of the tui --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 3e36dcb..fb0554f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,3 +9,4 @@ edition = "2021" colored = "2.0.0" crossterm = "0.25.0" rand = "0.8.5" +tui = "0.19.0" -- cgit v1.2.3