2022-06-17 06:27:28 +08:00
|
|
|
{
|
|
|
|
"name": "saucer",
|
2022-09-13 05:04:41 +08:00
|
|
|
"version": "1.0.1",
|
2022-09-20 02:06:40 +08:00
|
|
|
"port-version": 2,
|
2022-06-17 06:27:28 +08:00
|
|
|
"description": "Next-gen desktop apps with web-frontend in C++",
|
|
|
|
"homepage": "https://saucer.github.io/",
|
|
|
|
"license": "MIT",
|
|
|
|
"supports": "!uwp",
|
|
|
|
"dependencies": [
|
2022-09-13 05:04:41 +08:00
|
|
|
"ereignis",
|
2022-06-17 06:27:28 +08:00
|
|
|
"fmt",
|
|
|
|
"lockpp",
|
|
|
|
"nlohmann-json",
|
|
|
|
{
|
|
|
|
"name": "qt5-webchannel",
|
|
|
|
"platform": "!windows"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "qt5-webengine",
|
|
|
|
"platform": "!windows"
|
|
|
|
},
|
|
|
|
"tl-expected",
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "webview2",
|
|
|
|
"platform": "windows"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "wil",
|
|
|
|
"platform": "windows"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|