woof/vcpkg.json
Roman Fomin 6663fba661
id24: intermissions (#1833)
* use cJSON library

* implement array_foreach, custom memory allocator for m_array

* use Doom 1 duration of the "entering" screen for id24 animation

* add player->visitedlevels array

* add U_BuildEpisodes function, try to emulate behaviour of KEX port and R&R
2024-09-03 14:44:46 +07:00

48 lines
972 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"
}
]
},
"libsndfile",
{
"name": "fluidsynth",
"default-features": false,
"features": ["sndfile"]
},
{
"name": "libxmp",
"default-features": false
},
"cjson"
]
}