Prepping to allow textures to have different render modes/types. Prepping for freetype support

This commit is contained in:
2023-05-21 23:35:39 -07:00
parent bb0eb2d7fa
commit 4a0c817a1c
17 changed files with 344 additions and 48 deletions

View File

@ -22,6 +22,9 @@ add_subdirectory(glm)
add_library(stb INTERFACE)
target_include_directories(stb INTERFACE stb)
# FreeType
add_subdirectory(freetype)
# OpenAL
if(DAWN_TARGET_OPENAL)
set(LIBTYPE "STATIC")

1
lib/freetype Submodule

Submodule lib/freetype added at 562f348192