refactor: Convert some things from static to const and refactor into drop-consts

Signed-off-by: quexeky <git@quexeky.dev>
This commit is contained in:
quexeky
2025-10-13 08:59:00 +11:00
parent ef9f8caa54
commit f0e46c4a46
22 changed files with 76 additions and 47 deletions

View File

@ -8,7 +8,7 @@ members = [
"utils",
"cloud_saves",
"download_manager",
"games",
"games", "drop-consts",
]
resolver = "3"