aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libui/vcpkg.json
blob: 40140786a8651f6b386088dc76d3b4c00366977b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "name": "libui",
  "version-date": "2018-11-03",
  "port-version": 3,
  "description": "Simple and portable (but not inflexible) native GUI library in C.",
  "homepage": "https://github.com/andlabs/libui",
  "license": "MIT",
  "supports": "!android & !emscripten & !ios & !uwp",
  "dependencies": [
    {
      "name": "gtk3",
      "platform": "!windows & !osx"
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}