mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 22:41:26 +08:00
20 lines
410 B
JSON
20 lines
410 B
JSON
{
|
|
"name": "fontconfig",
|
|
"version": "2.13.94",
|
|
"description": "Library for configuring and customizing font access.",
|
|
"homepage": "https://www.freedesktop.org/software/fontconfig/front.html",
|
|
"dependencies": [
|
|
"dirent",
|
|
"expat",
|
|
"freetype",
|
|
"gettext",
|
|
"json-c",
|
|
"libiconv",
|
|
{
|
|
"name": "libuuid",
|
|
"platform": "!windows & !osx & !mingw"
|
|
},
|
|
"pthread"
|
|
]
|
|
}
|