mirror of
https://github.com/stenzek/duckstation.git
synced 2026-07-11 01:24:11 +02:00
Deps: Version updates
libjpeg-turbo: 3.1.3 libpng: 1.6.53 zlib-ng: 2.3.2 ffmpeg: 8.0.1
This commit is contained in:
@@ -39,10 +39,10 @@ endif()
|
||||
# Bundled dependencies.
|
||||
find_package(zstd 1.5.7 REQUIRED)
|
||||
find_package(WebP REQUIRED) # v1.4.0, spews an error on Linux because no pkg-config.
|
||||
find_package(PNG 1.6.50 REQUIRED)
|
||||
find_package(PNG 1.6.53 REQUIRED)
|
||||
find_package(JPEG REQUIRED)
|
||||
find_package(SDL3 3.2.26 REQUIRED)
|
||||
find_package(Freetype 2.13.3 REQUIRED)
|
||||
find_package(SDL3 3.2.28 REQUIRED)
|
||||
find_package(Freetype 2.14.1 REQUIRED)
|
||||
find_package(harfbuzz REQUIRED)
|
||||
find_package(plutosvg 0.0.6 REQUIRED)
|
||||
find_package(cpuinfo REQUIRED)
|
||||
|
||||
Reference in New Issue
Block a user