vcpkg/ports/libxmp/vcpkg.json
2023-04-15 01:10:34 -07:00

30 lines
615 B
JSON

{
"name": "libxmp",
"version-date": "2023-04-13",
"description": "Libxmp is a library that renders module files to PCM data.",
"homepage": "https://sourceforge.net/projects/xmp/",
"license": "LGPL-2.1-or-later",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"default-features": [
"depackers",
"prowizard"
],
"features": {
"depackers": {
"description": "Enable archive depackers."
},
"prowizard": {
"description": "Enable ProWizard format loaders."
}
}
}