Before freetype2 use to iterate through the font's glyphs diretly.

This commit is contained in:
Zed A. Shaw 2024-12-09 08:25:16 -05:00
parent c483649e20
commit 9ab064126f
3 changed files with 7 additions and 2 deletions

View file

@ -10,12 +10,13 @@ ftxui_component = dependency('ftxui-component')
sfml = dependency('sfml')
lua = dependency('lua')
sol2 = dependency('sol2')
freetype2 = dependency('freetype2')
dependencies = [
catch2, fmt,
ftxui_screen, ftxui_dom,
ftxui_component, json,
sfml, lua, sol2
sfml, lua, sol2, freetype2
]
runtests = executable('runtests', [