-
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathvcpkg.json
More file actions
42 lines (42 loc) · 746 Bytes
/
vcpkg.json
File metadata and controls
42 lines (42 loc) · 746 Bytes
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
33
34
35
36
37
38
39
40
41
42
{
"name": "otclient",
"version-string": "1.0.0",
"dependencies": [
"asio",
"abseil",
"cpp-httplib",
"discord-rpc",
"liblzma",
"libobfuscate",
"libogg",
"libvorbis",
"nlohmann-json",
"openal-soft",
"openssl",
"parallel-hashmap",
"physfs",
"protobuf",
"pugixml",
"stduuid",
"zlib",
"bshoshany-thread-pool",
"fmt",
{
"name": "luajit",
"platform": "!android & !wasm32"
},
{
"name": "opengl",
"platform": "windows | linux"
},
{
"name": "glew",
"platform": "windows | osx"
},
{
"name": "angle",
"platform": "windows"
}
],
"builtin-baseline":"b322364f06308bdd24823f9d8f03fe0cc86fd46f"
}