From 9f199c8b0b37cfb84084f4ee543e3829ab085b1a Mon Sep 17 00:00:00 2001 From: Liam Date: Mon, 19 Dec 2022 21:57:46 -0500 Subject: CMakeLists: bump required Vulkan package version to 1.3.238 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 47eddf99e..f71a8b3e3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -208,7 +208,7 @@ find_package(libusb 1.0.24) find_package(lz4 REQUIRED) find_package(nlohmann_json 3.8 REQUIRED) 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(zstd 1.5 REQUIRED) -- cgit v1.2.3