mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 07:16:43 +08:00
20 lines
345 B
JSON
20 lines
345 B
JSON
{
|
|
"name": "libharu",
|
|
"version": "2.4.4",
|
|
"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"
|
|
]
|
|
}
|