Manually adding thirdparty libs

This commit is contained in:
2025-04-14 14:49:36 -04:00
parent 1bd2dc2333
commit 77f1466ae3
70 changed files with 60610 additions and 4 deletions

10
thirdparty/harfbuzz/README.md vendored Normal file
View File

@@ -0,0 +1,10 @@
# harfbuzz-odin
Harbuzz bindings for odin.
Its not the full amount, just enough to utilize its base shaping functionality.
## scripts/build.ps1
I only have support for building on Windows & Linux. However, Mac and Linux technically can just reference the library from their respective package managers.
Will pull the latest source from the harfbuzz repository and build requisite libraries. Adjust the code as needed, by default a custom unity build is done (see `Build-RepoWithoutMeson`).