mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 03:21:37 +08:00
ca8bde3748
* [saucer] add new port [saucer] add lockpp dependency beleg * [lockpp] add new port * [saucer] update ref * [saucer] only support static * fix: revert cibaseline * refactor: also disable uwp * [saucer,lockpp] remove superflous dependencies * [lockpp] update version * [saucer] update to 1.0.0 * [saucer] specifiy only static library * [saucer] bump ref * [saucer] remove unused dependency Co-authored-by: Robert Schumacher <roschuma@microsoft.com> * [saucer] use vcpkg webview2 Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
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"
|
|
}
|
|
]
|
|
}
|