vcpkg/ports/saucer/vcpkg.json
2024-08-03 00:41:25 -07:00

37 lines
676 B
JSON

{
"name": "saucer",
"version": "2.3.0",
"port-version": 1,
"description": "Next-gen desktop apps with web-frontend in C++",
"homepage": "https://saucer.github.io/",
"license": "MIT",
"supports": "!uwp",
"dependencies": [
"boost-callable-traits",
"boost-preprocessor",
"ereignis",
"flagpp",
"fmt",
"glaze",
"lockpp",
"nlohmann-json",
{
"name": "qtwebchannel",
"platform": "!windows"
},
{
"name": "qtwebengine",
"platform": "!windows"
},
"tl-expected",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "webview2",
"platform": "windows"
}
]
}