add contributing section
Change *void to *opaque
Use fmt::fatalf in test
git subtree -P vendor/hare-freetype2/ add https://git.sr.ht/~vladh/hare-freetype2 main
There is a test you can run with make run
. It expects a font at
/usr/share/fonts/noto-cjk/NotoSerifCJK-Regular.ttc
. If you don't have a font
there you can edit cmd/test/main.ha
.
Send patches to ~vladh/general@lists.sr.ht
using subject prefix [PATCH hare-freetype2]
. For example:
git config sendemail.to '~vladh/general@lists.sr.ht'
git config format.subjectPrefix 'PATCH hare-freetype2'
git send-email HEAD^
For more information, see git-send-email.io.