wesnoth/vcpkg.json
Charles Dang f1e6a0e0b1 Bump vcpkg baseline
Gives us (among other things) these updates:

Boost:             1.82                            -> 1.84
OpenSSL/libcrypto: 3.1.0a-dev (runtime 3.1.0a-dev) -> 3.2.0a-dev (runtime 3.2.0a-dev)
libcurl:           8.1.2 (runtime 8.1.2-DEV)       -> 8.6.0 (runtime 8.6.0-DEV)
Cairo:             1.17.8 (runtime 1.17.8)         -> 1.18.0 (runtime 1.18.0)
Pango:             1.50.14 (runtime 1.50.14)       -> 1.50.14 (runtime 1.50.14)
SDL:               2.26.5 (runtime 2.26.5)         -> 2.30.0 (runtime 2.30.0)
SDL_image:         2.6.3 (runtime 2.6.3)           -> 2.8.2 (runtime 2.8.2)
SDL_mixer:         2.6.3 (runtime 2.6.3)           -> 2.8.0 (runtime 2.8.0)
2024-02-28 13:18:26 -05:00

57 lines
1.1 KiB
JSON

{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"name": "wesnoth-dependencies",
"version": "0.0.1",
"builtin-baseline": "1580d2238574df45fa018afcfb375fffbebca244",
"dependencies": [
"sdl2",
{
"name": "sdl2-image",
"features": [ "libjpeg-turbo", "libwebp" ]
},
"libwebp",
"sdl2-mixer",
"bzip2",
"zlib",
"pango",
"cairo",
"fontconfig",
"libvorbis",
"libogg",
"openssl",
"boost-filesystem",
"boost-graph",
"boost-iostreams",
{
"name": "boost-locale",
"features": [ "icu" ]
},
"boost-random",
{
"name": "boost-regex",
"features": [ "icu" ]
},
"boost-asio",
"boost-program-options",
"boost-system",
"boost-bimap",
"boost-math",
"boost-logic",
"boost-format",
"boost-scope-exit",
"boost-circular-buffer",
"boost-ptr-container",
"boost-spirit",
"boost-test",
"boost-process",
{
"name": "curl",
"features": [ "openssl" ]
},
{
"name": "pkgconf",
"platform": "windows"
}
]
}