Update scripts doc

This commit is contained in:
2025-01-12 10:42:22 -05:00
parent 989be15390
commit 8f491fd843
2 changed files with 7 additions and 2 deletions

View File

@@ -12,7 +12,12 @@ Its assumed the user has Odin installed and exposed to the OS enviornment's PATH
#### Note on dependency packages
All dependencies are cloned directly into a created thirdparty directory.
A custom version of the vendor:stb/truetype is maintained by this library:
* Added ability to set the stb_truetype allocator for STBTT_MALLOC and STBTT_FREE.
* Changed procedure signatures to pass the font_info struct by immutable ptr (#by_ptr) when the C equivalent has their parameter as `const*`.
All other dependencies are cloned directly into a created thirdparty directory.
[harfbuzz](https://github.com/Ed94/odin_harfbuzz) is configured to pull & build the C++ library, it will use the MSVC toolchain (you can change it to use meson instead of preferred).
[freetype](https://github.com/Ed94/odin-freetype) package has pre-built .lib files for windows (debug/release).