v0.13.1
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.