From 5020980c7ba43805eaf2a86b6b634acb6b2d0fd8 Mon Sep 17 00:00:00 2001 From: scawful Date: Sun, 28 Sep 2025 00:37:58 -0400 Subject: [PATCH] Add new dependencies to vcpkg.json for GLEW and Boost libraries - Included GLEW, boost-system, boost-filesystem, and boost-thread as dependencies. - Specified platform compatibility to exclude UWP for these libraries. --- vcpkg.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/vcpkg.json b/vcpkg.json index 9fc75103..90862712 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -19,6 +19,22 @@ { "name": "abseil", "platform": "!uwp" + }, + { + "name": "glew", + "platform": "!uwp" + }, + { + "name": "boost-system", + "platform": "!uwp" + }, + { + "name": "boost-filesystem", + "platform": "!uwp" + }, + { + "name": "boost-thread", + "platform": "!uwp" } ], "builtin-baseline": "c8696863d371ab7f46e213d8f5ca923c4aef2a00",