aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/saucer/vcpkg.json
blob: 468127e63d055a29bda5f0da941f1776fea4f8c6 (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
26
27
28
29
30
31
32
33
{
  "name": "saucer",
  "version": "6.0.1",
  "port-version": 1,
  "description": "Next-gen desktop apps with web-frontend in C++",
  "homepage": "https://saucer.github.io/",
  "license": "MIT",
  "supports": "!android & !uwp",
  "dependencies": [
    "boost-callable-traits",
    "boost-preprocessor",
    "eraser",
    "ereignis",
    "flagpp",
    "fmt",
    "glaze",
    {
      "name": "gtk",
      "platform": "linux"
    },
    "lockpp",
    "poolparty",
    "rebind",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "webview2",
      "platform": "windows"
    }
  ]
}