A fork of freetype packaged for the Zig build system
- C 97.8%
- Python 1.5%
- C++ 0.4%
- Perl 0.2%
|
|
||
|---|---|---|
| .forgejo | ||
| include | ||
| src | ||
| .gitignore | ||
| build.zig | ||
| build.zig.zon | ||
| LICENSE.TXT | ||
| README.md | ||
| update.sh | ||
| verify.sh | ||
freetype packaged for the Zig build system
This is a fork of freetype, packaged for Zig. Unnecessary files have been deleted, and the build system has been replaced with build.zig.
Looking for Zig bindings to Freetype? See mach/freetype.
Updating
To update this repository to the latest upstream version, run ./update.sh.
Verifying repository contents
For supply chain security reasons (e.g. to confirm we made no patches to the code) we provide a git diff command you can run to verify the contents of this repository:
./verify.sh
If nothing is printed, there is no diff. Deleted files, and changes to README.md, build.zig, .github CI files and .gitignore are ignored.
Issues
Issues are tracked in the main Mach repository.