build: add SDL3 dependency

This commit is contained in:
2026-07-17 09:04:44 +08:00
parent d6e1e4a50e
commit 236a2a1a49
3 changed files with 4 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ find_package(zstd REQUIRED)
find_package(OpenAL REQUIRED)
find_package(harfbuzz REQUIRED)
find_package(Freetype REQUIRED)
find_package(SDL3 REQUIRED)
if (UNIX AND NOT APPLE)
find_package(glfw3 REQUIRED)
endif()

View File

@@ -49,6 +49,7 @@ void CreditsUI::init() {
add_text("Libraries Used", 0.8f);
add_text("glad");
add_text("GLFW");
add_text("SDL3");
add_text("SOIL2");
add_text("GLM");
add_text("FreeType");

View File

@@ -4,7 +4,8 @@
"zstd",
"openal-soft",
"harfbuzz",
"freetype"
"freetype",
"sdl3"
],
"builtin-baseline": "a0400024711b283056538ac19ced80b91a83c24c"
}