mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:59:06 +08:00
7233110263
* [zlib] update to version 1.3.1 * [zlib] adapt patches * [zlib] regenerate version info * [zlib] remove version workaround * [zlib] regenerate version info * CI
14 lines
230 B
JSON
14 lines
230 B
JSON
{
|
|
"name": "zlib",
|
|
"version": "1.3.1",
|
|
"description": "A compression library",
|
|
"homepage": "https://www.zlib.net/",
|
|
"license": "Zlib",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|