1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-09-19 04:28:00 -05:00

Updating moltenVK and macOS icon

This commit is contained in:
Amir Abravesh
2024-03-13 13:00:31 +00:00
committed by Crimson Hawk
parent 84aa715eb1
commit 9895cc94d0
4 changed files with 7 additions and 3 deletions

View File

@@ -357,7 +357,7 @@ if (APPLE)
if (NOT USE_SYSTEM_MOLTENVK)
set(MOLTENVK_PLATFORM "macOS")
set(MOLTENVK_VERSION "v1.2.7")
set(MOLTENVK_VERSION "v1.2.8")
download_moltenvk_external(${MOLTENVK_PLATFORM} ${MOLTENVK_VERSION})
endif()
find_library(MOLTENVK_LIBRARY MoltenVK REQUIRED)