Deps: Update to SDL2 2.30.1 and Qt 6.6.2

This commit is contained in:
Stenzek
2024-03-07 12:57:02 +10:00
parent 9b784b1777
commit 604b47c7b7
7 changed files with 37 additions and 37 deletions

View File

@ -1,5 +1,5 @@
if(ENABLE_SDL2)
find_package(SDL2 2.30.0 REQUIRED)
find_package(SDL2 2.30.1 REQUIRED)
endif()
if(NOT WIN32 AND NOT ANDROID)
# From PCSX2: On macOS, Mono.framework contains an ancient version of libpng. We don't want that.