refactor(downloads): Moved all files relevant to game downloads to their own directory

Signed-off-by: quexeky <git@quexeky.dev>
This commit is contained in:
quexeky
2025-01-04 18:34:47 +11:00
parent bf1e6b2fa7
commit b0787e8f44
13 changed files with 15 additions and 526 deletions
+3
View File
@@ -0,0 +1,3 @@
pub mod downloads;
pub mod library;
pub mod state;