mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 10:59:00 +08:00
0affe8710a
Co-authored-by: Kai Pastor <dg0yt@darc.de>
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"
|
|
]
|
|
}
|