mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 17:29:01 +08:00
89fe1e9a67
* Update miniz to 3.0.2 * Update CI baseline Co-authored-by: chausner <chausner@users.noreply.github.com>
18 lines
336 B
JSON
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
|
|
}
|
|
]
|
|
}
|