Proofing docs more

This commit is contained in:
2025-01-27 17:33:57 -05:00
parent f145281b6a
commit d6da8ee84e
4 changed files with 14 additions and 6 deletions

View File

@@ -14,7 +14,7 @@ Its assumed the user has Odin installed and exposed to the OS enviornment's PATH
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.
* 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.
@@ -46,7 +46,6 @@ Will run `Launch-VsDevShell.ps1` for the user to populate the shell with its env
A few helper functions to utilize powerhsell & github repos as package management.
### odin_compiler_defs.ps1
Just variable declarations based on flags used with the odin compiler's CLI.