mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 01:38:59 +08:00
29 lines
648 B
JSON
29 lines
648 B
JSON
{
|
|
"name": "fluidlite",
|
|
"version-date": "2023-04-18",
|
|
"description": "FluidLite is a very light version of FluidSynth designed to be hardware, platform and external dependency independant.",
|
|
"homepage": "https://github.com/divideconcept/FluidLite",
|
|
"license": "LGPL-2.1-or-later",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"default-features": [
|
|
"sf3"
|
|
],
|
|
"features": {
|
|
"sf3": {
|
|
"description": "Enable SF3 files (ogg/vorbis compressed samples)",
|
|
"dependencies": [
|
|
"libvorbis"
|
|
]
|
|
}
|
|
}
|
|
}
|