vcpkg/ports/iir1/vcpkg.json
myd7349 9c2a4a1640
[iir1] Update to 1.9.4 (#32370)
* [iir1] Update to 1.9.4

* [iir1] Overwrite version
2023-07-06 10:41:40 -07:00

19 lines
337 B
JSON

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