mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 22:19:00 +08:00
fbc1e4178a
* [libmupdf/liblinear/libkeyfinder] Update to latest version * update version * update vcpkg.json format * update version
27 lines
497 B
JSON
27 lines
497 B
JSON
{
|
|
"name": "libmupdf",
|
|
"version-string": "1.18.1-so-3.11.14",
|
|
"description": "a lightweight PDF, XPS, and E-book library",
|
|
"homepage": "https://github.com/ArtifexSoftware/mupdf",
|
|
"supports": "!osx",
|
|
"dependencies": [
|
|
"curl",
|
|
"freetype",
|
|
"glfw3",
|
|
"gumbo",
|
|
"harfbuzz",
|
|
"jbig2dec",
|
|
"libjpeg-turbo",
|
|
"openjpeg",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
]
|
|
}
|