Files
SectrPrototype/thirdparty/stb
Ed_ 54db9a7d57 misc updates to dependencies
removed freetype, updated vefontcache to latest and sokol + sokol gp
2025-06-26 23:27:05 -04:00
..
2025-06-26 23:27:05 -04:00
2025-06-26 22:15:43 -04:00
2025-06-26 22:15:43 -04:00
2025-06-26 22:15:43 -04:00

stb_truetype-odin

A modification of the stb_truetype vendor library.

Adds support for:

  • Allocator assignement via gb/zpl allocators (essentially equivalent to odin's allocator procedure/data struct)
  • Pass #by_ptr on font_info's when they are expected to be immutable (library has the proc signature as const font_info*)