mirror of
https://github.com/mehah/otclient
synced 2026-08-15 16:29:06 -04:00
This updates the vcpkg baseline to the latest release. Release: 2026.06.24 Previous:f3e10653ccNew:cd61e1e26aRelease notes: https://github.com/microsoft/vcpkg/releases/tag/2026.06.24
71 lines
1.2 KiB
JSON
71 lines
1.2 KiB
JSON
{
|
|
"name": "otclient",
|
|
"version-string": "1.0.0",
|
|
"dependencies": [
|
|
"asio",
|
|
"abseil",
|
|
"cpp-httplib",
|
|
"cppcodec",
|
|
"discord-rpc",
|
|
"liblzma",
|
|
"libarchive",
|
|
"libobfuscate",
|
|
"libogg",
|
|
{
|
|
"name": "libpng",
|
|
"features": [
|
|
"apng"
|
|
]
|
|
},
|
|
"libvorbis",
|
|
"nlohmann-json",
|
|
"openal-soft",
|
|
"openssl",
|
|
"parallel-hashmap",
|
|
"physfs",
|
|
"protobuf",
|
|
"pugixml",
|
|
"stduuid",
|
|
"zlib",
|
|
"bshoshany-thread-pool",
|
|
"fmt",
|
|
{
|
|
"name": "ixwebsocket",
|
|
"platform": "!wasm32"
|
|
},
|
|
"spdlog",
|
|
"utfcpp",
|
|
"freetype",
|
|
{
|
|
"name": "inih",
|
|
"features": [
|
|
"cpp"
|
|
]
|
|
},
|
|
{
|
|
"name": "luajit",
|
|
"platform": "!android & !wasm32"
|
|
},
|
|
{
|
|
"name": "opengl",
|
|
"platform": "windows | linux"
|
|
},
|
|
{
|
|
"name": "glew",
|
|
"platform": "windows | linux | osx"
|
|
},
|
|
{
|
|
"name": "angle",
|
|
"platform": "windows"
|
|
}
|
|
],
|
|
"features": {
|
|
"tests": {
|
|
"description": "Dependencies required to build unit tests.",
|
|
"dependencies": [
|
|
"gtest"
|
|
]
|
|
}
|
|
},
|
|
"builtin-baseline": "cd61e1e26a038e82d6550a3ebbe0fbbfe7da78e3"
|
|
}
|