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