yuzu/externals/vcpkg/ports/iir1/vcpkg.json

19 lines
337 B
JSON
Executable File

{
"name": "iir1",
"version": "1.9.1",
"description": "Realtime C++ filter library",
"homepage": "https://github.com/berndporr/iir1",
"license": "MIT",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}