Deps: Update SDL2 to 2.30.3

This commit is contained in:
Stenzek
2024-05-05 13:26:08 +10:00
parent 6b03943d75
commit e4d940a476
6 changed files with 11 additions and 11 deletions

View File

@ -9,7 +9,7 @@ endif()
set(THREADS_PREFER_PTHREAD_FLAG ON)
find_package(Threads REQUIRED)
find_package(SDL2 2.30.2 REQUIRED)
find_package(SDL2 2.30.3 REQUIRED)
find_package(Zstd 1.5.5 REQUIRED)
find_package(WebP REQUIRED) # v1.3.2, spews an error on Linux because no pkg-config.
find_package(ZLIB REQUIRED) # 1.3, but Mac currently doesn't use it.