change libsdl to libsdl2

This commit is contained in:
2025-02-23 11:13:52 +01:00
parent 5fc9125c67
commit 67cb368297

View File

@@ -7,7 +7,7 @@ if is_plat("linux") and is_arch("arm64-v8a") then
add_defines("BLITZ_GL_LOADER_GLEW")
end
add_requires("libsdl 2.28.5", {configs = {sdlmain = false}})
add_requires("libsdl2 2.28.5", {configs = {sdlmain = false}})
add_requires("imgui 1.90", {configs = {sdl2 = true, opengl3 = true}})
add_requires(opengl, "assimp 5.3.1", "nlohmann_json", "openal-soft", "stb")