mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:28:59 +08:00
37 lines
676 B
JSON
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"
|
|
}
|
|
]
|
|
}
|