mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 19:39:00 +08:00
26a09951e7
* Fix port issues * Update versions * Fix mingw * Update versions
24 lines
509 B
JSON
24 lines
509 B
JSON
{
|
|
"name": "libui",
|
|
"version-date": "2018-11-03",
|
|
"port-version": 3,
|
|
"description": "Simple and portable (but not inflexible) native GUI library in C.",
|
|
"homepage": "https://github.com/andlabs/libui",
|
|
"license": "MIT",
|
|
"supports": "!android & !emscripten & !ios & !uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "gtk3",
|
|
"platform": "!windows & !osx"
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|