refactor: Builds, but some logic still left to move back

Signed-off-by: quexeky <git@quexeky.dev>
This commit is contained in:
quexeky
2025-10-12 18:33:43 +11:00
parent 5d22b883d5
commit 9e1bf9852f
24 changed files with 254 additions and 185 deletions

View File

@ -86,6 +86,7 @@ process = { path = "../process" }
remote = { version = "0.1.0", path = "../remote" }
utils = { path = "../utils" }
games = { version = "0.1.0", path = "../games" }
download_manager = { version = "0.1.0", path = "../download_manager" }
[dependencies.dynfmt]
version = "0.1.5"