vcpkg/ports/nana/vcpkg.json

29 lines
578 B
JSON
Raw Normal View History

{
"name": "nana",
"version": "1.7.4",
2023-11-23 06:33:28 +08:00
"port-version": 5,
"description": "Cross-platform library for GUI programming in modern C++ style.",
"homepage": "https://github.com/cnjinhao/nana",
2023-11-23 06:33:28 +08:00
"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
}
]
}