ManimCommunity / ManimPango

Binding for Pango, to use with Manim.
https://manimpango.manim.community
MIT License
45 stars 13 forks source link

Fix wheel build on macOS #80

Closed naveen521kk closed 2 years ago

naveen521kk commented 2 years ago

Currently, it fails on main with this error

  ../pango/pango/pango-layout.c:88:10: fatal error: 'hb-glib.h' file not found
  #include <hb-glib.h>
           ^~~~~~~~~~~
  1 error generated.

which should be fixed by this PR.