vcpkg/ports/zlib-ng/vcpkg.json
Clinton Ingram 58ac85fb2f
[zlib-ng] Update to 2.1.5 (#35363)
* update zlib-ng to 2.1.5

* update baseline
2023-11-27 22:45:18 -08:00

14 lines
290 B
JSON

{
"name": "zlib-ng",
"version": "2.1.5",
"description": "zlib replacement with optimizations for 'next generation' systems",
"homepage": "https://github.com/zlib-ng/zlib-ng",
"license": "Zlib",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
}
]
}