mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-08 21:37:23 +08:00
e819d33625
Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
39 lines
679 B
JSON
39 lines
679 B
JSON
{
|
|
"name": "poppler",
|
|
"version-string": "20.12.1",
|
|
"port-version": 2,
|
|
"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": {
|
|
"curl": {
|
|
"description": "curl for poppler",
|
|
"dependencies": [
|
|
"curl"
|
|
]
|
|
},
|
|
"zlib": {
|
|
"description": "zlib for poppler",
|
|
"dependencies": [
|
|
"zlib"
|
|
]
|
|
}
|
|
}
|
|
}
|