Setup of update and render loop for CUI

This commit is contained in:
2023-07-09 14:40:44 +02:00
parent 50c211d93f
commit ceb275cf22
4 changed files with 118 additions and 47 deletions

View File

@@ -7,5 +7,7 @@ edition = "2021"
[dependencies]
clap = {version = "*", features = ["derive"]}
crossterm = "*"
readmap = {version = "*", path = "readmap"}
tool_helper = {version = "*", path = "../tool_helper"}
tool_helper = {version = "*", path = "../tool_helper"}
tui = "*"