aboutsummaryrefslogtreecommitdiff
path: root/ports/nuklear/vcpkg.json
blob: 1e48043bf8e89022233baf7f34a45277244f8c23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
  "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"
    }
  }
}