vcpkg/ports/nuklear/vcpkg.json
Samuel Marks 1b9d210262
[nuklear] Upgrade to latest nuklear (12/05/2022) (#24829)
* [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>
2022-07-08 13:56:32 -07:00

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