mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 13:38:59 +08:00
0e3f52a12b
* Update zlib-ng to 2.0.6 * Update CI baseline * Add ${ZLIB_FULL_VERSION} variable. Co-authored-by: chausner <chausner@users.noreply.github.com> Co-authored-by: Billy Robert O'Neal <bion@microsoft.com>
14 lines
290 B
JSON
14 lines
290 B
JSON
{
|
|
"name": "zlib-ng",
|
|
"version": "2.0.6",
|
|
"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
|
|
}
|
|
]
|
|
}
|