vcpkg/ports/miniz/vcpkg.json
chausner 89fe1e9a67
[miniz] Update to 3.0.2 (#29102)
* Update miniz to 3.0.2

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2023-01-24 00:45:37 -08:00

18 lines
336 B
JSON

{
"name": "miniz",
"version": "3.0.2",
"description": "Single C source file zlib-replacement library",
"homepage": "https://github.com/richgel999/miniz",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}