vcpkg/ports/iir1/vcpkg.json
2024-09-26 10:41:09 -04:00

19 lines
337 B
JSON

{
"name": "iir1",
"version": "1.9.5",
"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
}
]
}