Update TODO, change .gitignore.

This commit is contained in:
2024-10-21 18:36:51 +02:00
parent c8f0de6aab
commit 07224d684d
2 changed files with 4 additions and 1 deletions

2
.gitignore vendored
View File

@@ -50,3 +50,5 @@ Voile.Fmod/runtimes/**/*.so*
# DocFX # DocFX
.cache .cache
/**/_site/ /**/_site/
*.dmp

View File

@@ -7,6 +7,7 @@
- ~~TextDataResource providing a convenient wrapper around TOML data files.~~ - ~~TextDataResource providing a convenient wrapper around TOML data files.~~
- ~~Add documentation for common classes.~~ - ~~Add documentation for common classes.~~
- ~~Hot reloading of resources.~~ - ~~Hot reloading of resources.~~
- Separate render and update thread.
## I/O ## I/O