Fixed bug wth vefoncache storage_entry.visible, added building stb_truetype to dep update

This commit is contained in:
2025-01-12 22:03:38 -05:00
parent 9d5ac7b0d2
commit fd424c94bb
5 changed files with 53 additions and 8 deletions

View File

@ -19,6 +19,9 @@ The dependencies are:
* Added #region, #endregion directives support for editors
* I added support for 'monlithic packages' or 'uniform-across-subdirectories packages'. It allows me to organize the main package with sub-directories.
* Added the ability to debug using statements on structs (fields get dumped to the stack as ptr refs)
* Remove implicit assignments for container allocators in the Base and Core packages
* I did not enjoy bug hunting a memory corruption because I mistakenly didn't properly initialize a core container with their designated initiatizer: new, make, or init.
* See fork Readme for which procedures were changed..
* Odin repo's base, core, and vendor(raylib) libaries
* An ini parser
* backtrace (not used yet)