vcpkg/ports/iir1/vcpkg.json
chausner 1a87496d6f
[iir1] Update to 1.9.0 (#21392)
* Update iir1 to 1.9.0

* Update CI baseline

* Formatting tweak

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2021-11-15 14:35:54 -08:00

19 lines
337 B
JSON

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