mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-25 13:55:36 -04:00

* 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
49 lines
991 B
JSON
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"
|
|
]
|
|
}
|