mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:39:06 +08:00
1a87496d6f
* Update iir1 to 1.9.0 * Update CI baseline * Formatting tweak * Update CI baseline Co-authored-by: chausner <chausner@users.noreply.github.com>
19 lines
337 B
JSON
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
|
|
}
|
|
]
|
|
}
|