vcpkg/ports/miniz/vcpkg.json

19 lines
357 B
JSON

{
"name": "miniz",
"version": "3.0.2",
"port-version": 1,
"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
}
]
}