mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 05:52:04 +08:00
1b9d210262
* [ports/nuklear] Upgrade to latest nuklear; use correct LICENSE path; correct `GNUInstallDirs` usage * [ports/nuklear/vcpkg.json] Set license * [ports/nuklear/vcpkg.json] version-date Co-authored-by: Thomas1664 <46387399+Thomas1664@users.noreply.github.com> * `./vcpkg x-add-version --all --overwrite-version` * [versions/n-/nuklear.json] Remove `2022-05-12` @ `"port-version": 1` * [ports/nuklear/portfile.cmake] Remove quotes around `${FEATURE_OPTIONS}` * [nuklear] Revert reformat Co-authored-by: Thomas1664 <46387399+Thomas1664@users.noreply.github.com> Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
26 lines
599 B
JSON
26 lines
599 B
JSON
{
|
|
"name": "nuklear",
|
|
"version-date": "2022-05-12",
|
|
"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",
|
|
"license": "Unlicense OR MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"demo": {
|
|
"description": "Install demo files"
|
|
},
|
|
"example": {
|
|
"description": "Install example files"
|
|
}
|
|
}
|
|
}
|