mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-05 00:39:01 +08:00
35 lines
623 B
JSON
35 lines
623 B
JSON
|
{
|
||
|
"name": "saucer",
|
||
|
"version": "1.0.0",
|
||
|
"description": "Next-gen desktop apps with web-frontend in C++",
|
||
|
"homepage": "https://saucer.github.io/",
|
||
|
"license": "MIT",
|
||
|
"supports": "!uwp",
|
||
|
"dependencies": [
|
||
|
"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"
|
||
|
}
|
||
|
]
|
||
|
}
|