mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 13:59:06 +08:00
19 lines
395 B
JSON
19 lines
395 B
JSON
|
{
|
||
|
"name": "libmysofa",
|
||
|
"version": "1.3.2",
|
||
|
"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"
|
||
|
]
|
||
|
}
|