vcpkg/ports/libharu/vcpkg.json

20 lines
345 B
JSON
Raw Normal View History

{
"name": "libharu",
2022-11-18 15:24:25 +08:00
"version": "2.4.3",
"description": "libharu - free PDF library",
"homepage": "https://github.com/libharu/libharu",
"license": "Zlib",
"dependencies": [
"libpng",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"zlib"
]
}