Added some bad graphics stuffs

This commit is contained in:
2025-02-25 21:40:16 +00:00
parent 400155b8ad
commit 12a16a5fdd
3 changed files with 122 additions and 105 deletions

View File

@@ -5,6 +5,9 @@ edition = "2021"
[dependencies]
anyhow = "1.0.96"
rand = "0.9.0"
ratatui = { version = "0.29.0", features = ["all-widgets"] }
crossterm = "0.28.1"
strum = "0.27.1"
strum_macros = "0.27.1"
thiserror = "2.0.11"