mirror of
https://github.com/microsoft/vcpkg.git
synced 2026-01-18 01:11:23 +01:00
19 lines
395 B
JSON
19 lines
395 B
JSON
{
|
|
"name": "libmysofa",
|
|
"version": "1.3.3",
|
|
"description": "Reader for AES SOFA files to get better HRTFs (Head-Relative Transfer Functions)",
|
|
"homepage": "https://github.com/hoene/libmysofa",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
]
|
|
}
|