Setup of update and render loop for CUI

This commit is contained in:
Jaby Blubb
2023-07-09 14:40:44 +02:00
parent 17a38183cf
commit 88afc628bc
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 = "*"