Remove Boost dependencies from vcpkg.json to streamline project requirements. This change excludes boost-system, boost-filesystem, and boost-thread from the list of dependencies, maintaining compatibility with non-UWP platforms.

This commit is contained in:
scawful
2025-09-28 01:08:41 -04:00
parent 52ae0e864a
commit b8a3bfb738

View File

@@ -23,18 +23,6 @@
{
"name": "glew",
"platform": "!uwp"
},
{
"name": "boost-system",
"platform": "!uwp"
},
{
"name": "boost-filesystem",
"platform": "!uwp"
},
{
"name": "boost-thread",
"platform": "!uwp"
}
],
"builtin-baseline": "c8696863d371ab7f46e213d8f5ca923c4aef2a00",