huge performance gains due to better config loading

This commit is contained in:
Anthony Samms
2025-10-21 23:41:19 -04:00
parent db18c1d801
commit bf14857834
5 changed files with 66 additions and 44 deletions

View File

@@ -6,6 +6,7 @@ readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"moviepy>=2.1.2",
"pyinstrument>=5.1.1",
"raylib-sdl>=5.5.0.2",
"tomlkit>=0.13.3",
]