aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/elements/vcpkg.json
blob: 74d35b9ef6431af9fb94aecccedc7f8af89051d0 (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": "elements",
  "version-date": "2024-09-12",
  "description": "Elements is a lightweight, fine-grained, resolution independent, modular GUI library.",
  "homepage": "https://cycfi.github.io/elements",
  "license": "MIT",
  "supports": "(windows & staticcrt) | osx | linux",
  "dependencies": [
    "asio",
    "cairo",
    "fontconfig",
    "freetype",
    {
      "name": "gtk3",
      "platform": "!osx & !windows"
    },
    "libwebp",
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ]
}