otclient-redemption/vcpkg.json
github-actions[bot] bdea0b23b4
chore: Update vcpkg baseline to 2026.06.24 (#1745)
This updates the vcpkg baseline to the latest release.

Release: 2026.06.24
Previous: f3e10653cc
New: cd61e1e26a

Release notes:
https://github.com/microsoft/vcpkg/releases/tag/2026.06.24
2026-06-29 22:43:42 -03:00

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"
}