vcpkg/ports/kubazip/vcpkg.json
Nick D'Ademo 324c2436f0
[kubazip] update to 0.2.6 (#35100)
* update port.

* update versions file.
2023-11-15 15:49:32 -08:00

18 lines
336 B
JSON

{
"name": "kubazip",
"version": "0.2.6",
"description": "A portable, simple zip library written in C",
"homepage": "https://github.com/kuba--/zip",
"license": "Unlicense",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}