aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authoromagdy7 <omar.professional8777@gmail.com>2022-09-13 16:32:43 +0200
committeromagdy7 <omar.professional8777@gmail.com>2022-09-13 16:32:43 +0200
commit1ce581a931352192c1360e1496d7a1ae56380e9d (patch)
tree662288c1f2609eac662ffbd02ba5eef4816f6587 /Cargo.toml
parentc09e58e0e5435096d524eb6aede4b722a1dbbe57 (diff)
downloadgof-rs-1ce581a931352192c1360e1496d7a1ae56380e9d.tar.xz
gof-rs-1ce581a931352192c1360e1496d7a1ae56380e9d.zip
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
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
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"