mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-08-03 04:37:39 -04:00
47 lines
959 B
JSON
47 lines
959 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
|
|
}
|
|
]
|
|
}
|