Zig bindings for TIGR (TIny GRaphics library)
- Find the latest TIGR release
- Run
zig fetch --save=tigr "git+github.com/erkkah/tigr#<COMMIT_HASH> - Run
zig build bindgen - Run
git apply --check bindings.patch - If that works, run
git apply bindings.patch - Add new functions to
src/main.zig - Update
versionandminimum_zig_versioninbuild.zig.zon
This project is licensed under the ISC license.