1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-01 16:38:31 +00:00

harfbuzz: Update to 8.3.0

This commit is contained in:
Jakub Marcowski
2024-03-09 01:57:02 +01:00
parent f28964805e
commit ac4cc07301
90 changed files with 1015 additions and 326 deletions

View File

@@ -55,6 +55,9 @@ struct hb_priority_queue_t
bool in_error () const { return heap.in_error (); }
bool alloc (unsigned size)
{ return heap.alloc (size); }
#ifndef HB_OPTIMIZE_SIZE
HB_ALWAYS_INLINE
#endif