mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-30 20:59:12 +08:00
32 lines
549 B
JSON
32 lines
549 B
JSON
|
{
|
||
|
"name": "poppler",
|
||
|
"version-string": "20.12.1",
|
||
|
"description": "a PDF rendering library",
|
||
|
"homepage": "https://poppler.freedesktop.org/",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "cairo",
|
||
|
"platform": "osx"
|
||
|
},
|
||
|
{
|
||
|
"name": "devil",
|
||
|
"platform": "(windows | linux) & !arm"
|
||
|
},
|
||
|
"fontconfig",
|
||
|
"freetype",
|
||
|
"libiconv",
|
||
|
"openjpeg"
|
||
|
],
|
||
|
"default-features": [
|
||
|
"zlib"
|
||
|
],
|
||
|
"features": {
|
||
|
"zlib": {
|
||
|
"description": "zlib for poppler",
|
||
|
"dependencies": [
|
||
|
"zlib"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|