Simple vcpkg manifest, will almost certainly need tweaking

This commit is contained in:
KimLS
2025-11-12 23:26:57 -08:00
parent 97a34ded56
commit 792bd3be96
+18
View File
@@ -0,0 +1,18 @@
{
"name": "eqemu",
"version-string": "24.10.3",
"dependencies": [
"boost-dynamic-bitset",
"boost-foreach",
"boost-tuple",
"libmariadb",
"zlib-ng",
"openssl",
"luajit",
"cereal",
"fmt",
"glm",
"libuv",
"recastnavigation"
]
}