woof/vcpkg.json
Roman Fomin 726abe64e5
support for TRAKINFO (#1982)
* switch to yyjson, add sha1 library from Chocolate Doom

yyjson allows comments and has better error reporting.

* search for the system package yyjson

* fix memory leaks (clang-tidy warnings)

* search for extras.wad, add -noextras parameter

* add M_StringToDigest
2024-11-13 12:51:00 +07:00

49 lines
991 B
JSON

{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"dependencies": [
{
"name": "sdl2",
"features": [
{
"name": "vulkan",
"platform": "linux"
},
{
"name": "wayland",
"platform": "linux"
},
{
"name": "x11",
"platform": "linux"
},
{
"name": "ibus",
"platform": "linux"
}
]
},
"sdl2-net",
{
"name": "openal-soft",
"features": [
{
"name": "pipewire",
"platform": "linux"
}
]
},
"libebur128",
"libsndfile",
{
"name": "fluidsynth",
"default-features": false,
"features": ["sndfile"]
},
{
"name": "libxmp",
"default-features": false
},
"yyjson"
]
}