Update readme and build script

This commit is contained in:
2025-01-06 01:20:27 -05:00
parent d400ad6524
commit c0b439bc30
4 changed files with 14 additions and 7 deletions

View File

@ -18,6 +18,7 @@ The dependencies are:
* Odin Compiler (Slightly custom [fork](https://github.com/Ed94/Odin))
* 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)
* Odin repo's base, core, and vendor(raylib) libaries
* An ini parser
* backtrace (not used yet)