mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 23:39:10 +08:00
0bf44b144b
* [nuklear] Export unofficial target, add features. * update version stuff * Update ports/nuklear/portfile.cmake * Update versions/n-/nuklear.json * Update ports/nuklear/CMakeLists.txt * Update ports/nuklear/CMakeLists.txt * Update ports/nuklear/CMakeLists.txt * Update versions/n-/nuklear.json
26 lines
587 B
JSON
26 lines
587 B
JSON
{
|
|
"name": "nuklear",
|
|
"version-date": "2021-03-18",
|
|
"port-version": 1,
|
|
"description": "This is a minimal state immediate mode graphical user interface toolkit written in ANSI C and licensed under public domain",
|
|
"homepage": "https://github.com/Immediate-Mode-UI/Nuklear",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"demo": {
|
|
"description": "Install demo files"
|
|
},
|
|
"example": {
|
|
"description": "Install example files"
|
|
}
|
|
}
|
|
}
|