vcpkg/ports/nuklear/vcpkg.json
Jack·Boos·Yu 0bf44b144b
[nuklear] Export unofficial target, add features (#18881)
* [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
2021-07-16 12:00:42 -07:00

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"
}
}
}