2021-05-01 02:25:01 +08:00
|
|
|
{
|
|
|
|
"name": "libui",
|
|
|
|
"version-date": "2018-11-03",
|
2022-10-09 12:10:53 +08:00
|
|
|
"port-version": 3,
|
2021-05-01 02:25:01 +08:00
|
|
|
"description": "Simple and portable (but not inflexible) native GUI library in C.",
|
2022-10-09 12:10:53 +08:00
|
|
|
"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
|
|
|
|
}
|
|
|
|
]
|
2021-05-01 02:25:01 +08:00
|
|
|
}
|