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 a56ee25581
commit 06d1e9ed95
13 changed files with 15 additions and 526 deletions

View File

@ -0,0 +1,3 @@
pub mod downloads;
pub mod library;
pub mod state;