mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2024-11-15 05:40:06 +00:00
CMakeLists: bump required Vulkan package version to 1.3.238
This commit is contained in:
parent
6cb6b2da8e
commit
9f199c8b0b
@ -208,7 +208,7 @@ find_package(libusb 1.0.24)
|
|||||||
find_package(lz4 REQUIRED)
|
find_package(lz4 REQUIRED)
|
||||||
find_package(nlohmann_json 3.8 REQUIRED)
|
find_package(nlohmann_json 3.8 REQUIRED)
|
||||||
find_package(Opus 1.3)
|
find_package(Opus 1.3)
|
||||||
find_package(Vulkan 1.3.213)
|
find_package(Vulkan 1.3.238)
|
||||||
find_package(ZLIB 1.2 REQUIRED)
|
find_package(ZLIB 1.2 REQUIRED)
|
||||||
find_package(zstd 1.5 REQUIRED)
|
find_package(zstd 1.5 REQUIRED)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user