feat: a working run menu

This commit is contained in:
2024-05-21 20:51:34 +02:00
parent 8c6ae8f237
commit 926ea5ec3a
6 changed files with 314 additions and 4 deletions

View File

@@ -8,3 +8,4 @@ edition = "2021"
[dependencies]
clap = { version = "4.5.4", features = ["derive"] }
sdl2 = { version = "0.36.0", features = ["ttf"] }