mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 09:08:59 +08:00
29 lines
578 B
JSON
29 lines
578 B
JSON
{
|
|
"name": "nana",
|
|
"version": "1.7.4",
|
|
"port-version": 5,
|
|
"description": "Cross-platform library for GUI programming in modern C++ style.",
|
|
"homepage": "https://github.com/cnjinhao/nana",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "fontconfig",
|
|
"platform": "!uwp & !windows & !mingw"
|
|
},
|
|
{
|
|
"name": "freetype",
|
|
"platform": "!uwp & !windows & !mingw"
|
|
},
|
|
"libjpeg-turbo",
|
|
"libpng",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|