vcpkg/ports/libmupdf/vcpkg.json

24 lines
441 B
JSON
Raw Normal View History

{
"name": "libmupdf",
"version": "1.22.1",
"description": "a lightweight PDF, XPS, and E-book library",
"homepage": "https://github.com/ArtifexSoftware/mupdf",
"license": "AGPL-3.0-only",
"supports": "!osx",
"dependencies": [
"curl",
"freetype",
"glfw3",
"gumbo",
"harfbuzz",
"jbig2dec",
"libjpeg-turbo",
"openjpeg",
{
"name": "vcpkg-cmake",
"host": true
},
"zlib"
]
}