mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 18:51:47 +08:00
2a0c48a32d
* add MinGW subsystem support for nana * update port version * [nana] update versions * format-manifest Co-authored-by: Billy Robert ONeal III <bion@microsoft.com> Co-authored-by: Jonliu1993 <13720414433@163.com>
20 lines
434 B
JSON
20 lines
434 B
JSON
{
|
|
"name": "nana",
|
|
"version-string": "1.7.4",
|
|
"port-version": 2,
|
|
"description": "Cross-platform library for GUI programming in modern C++ style.",
|
|
"homepage": "https://github.com/cnjinhao/nana",
|
|
"dependencies": [
|
|
{
|
|
"name": "fontconfig",
|
|
"platform": "!uwp & !windows & !mingw"
|
|
},
|
|
{
|
|
"name": "freetype",
|
|
"platform": "!uwp & !windows & !mingw"
|
|
},
|
|
"libjpeg-turbo",
|
|
"libpng"
|
|
]
|
|
}
|