forked from vegastrike/Vega-Strike-Engine-Source
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvcpkg.json
32 lines (32 loc) · 802 Bytes
/
vcpkg.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"name": "vega-strike",
"version-string": "0.10.0",
"builtin-baseline": "da4b78d35084ec4e9808aa02017028da03b8d2ab",
"dependencies": [
"boost-python",
"boost-log",
"boost-date-time",
"boost-iostreams",
"boost-system",
"boost-filesystem",
"boost-thread",
"boost-chrono",
"boost-atomic",
"boost-assign",
"boost-format",
"boost-json",
"boost-program-options",
"egl-registry",
"expat",
"freeglut",
"libpng",
"libjpeg-turbo",
"libvorbis",
"openal-soft",
"opengl",
"openssl",
"sdl2",
"zlib"
]
}