pineapple-src/externals/vcpkg/ports/iir1/vcpkg.json
2022-07-23 03:01:36 +02:00

18 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
}
]
}