From 9a6c193abe7d9aa4217670ae6fceb0b4ac1e8ef7 Mon Sep 17 00:00:00 2001 From: Alex <12881812+xezno@users.noreply.github.com> Date: Sat, 7 Sep 2024 01:25:48 +0100 Subject: [PATCH] Lock package versions to ones that were available around December 2022 --- Source/vcpkg.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/Source/vcpkg.json b/Source/vcpkg.json index 2fdf0a72..bddd35dd 100644 --- a/Source/vcpkg.json +++ b/Source/vcpkg.json @@ -24,6 +24,38 @@ { "name": "fmt", "version": "8.1.1" + }, + { + "name": "glslang", + "version": "11.13.0" + }, + { + "name": "glm", + "version": "0.9.9.8" + }, + { + "name": "nethost", + "version": "6.0.5" + }, + { + "name": "nlohmann-json", + "version": "3.11.2" + }, + { + "name": "sdl2-image", + "version": "2.6.2" + }, + { + "name": "spdlog", + "version": "1.11.0" + }, + { + "name": "vulkan-memory-allocator", + "version": "3.0.0" + }, + { + "name": "gamenetworkingsockets", + "version": "1.4.1" } ] } \ No newline at end of file