gitignore fixes

This commit is contained in:
2025-06-26 22:15:43 -04:00
parent 01e989adc8
commit 3fd4e139d9
6 changed files with 19096 additions and 3 deletions

8
thirdparty/stb/README.md vendored Normal file
View File

@ -0,0 +1,8 @@
# stb_truetype-odin
A modification of the stb_truetype vendor library.
Adds support for:
* Allocator assignement via gb/zpl allocators (essentially equivalent to odin's allocator procedure/data struct)
* Pass #by_ptr on font_info's when they are expected to be immutable (library has the proc signature as `const font_info*`)