Skip to content

v0.13.1

Compare
Choose a tag to compare
@hugopl hugopl released this 04 Jul 03:58

Added

  • Added option to complete ignore functions (i.e. ignore new added HarfBuzz functions that broke the generator).

Fixed

  • Fixed naming of virtual functions, now they can have any name.
  • Correct generate code for structs with static array of structs, thanks @BlobCodes.