good glyph gen

Signed-off-by: Slendi <slendi@socopon.com>
This commit is contained in:
2025-10-06 16:45:28 +03:00
parent 4cbdc572a9
commit 596f24becd
3 changed files with 35 additions and 15 deletions

View File

@@ -34,6 +34,7 @@ FetchContent_MakeAvailable(raylib)
FetchContent_Declare(
msdfgen
GIT_REPOSITORY https://github.com/Chlumsky/msdfgen.git
GIT_TAG "v1.12.1"
GIT_SHALLOW 1
)
set(MSDFGEN_BUILD_STANDALONE OFF)