mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 14:19:07 +08:00
37 lines
656 B
JSON
37 lines
656 B
JSON
{
|
|
"name": "saucer",
|
|
"version": "1.0.1",
|
|
"port-version": 3,
|
|
"description": "Next-gen desktop apps with web-frontend in C++",
|
|
"homepage": "https://saucer.github.io/",
|
|
"license": "MIT",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
"ereignis",
|
|
"fmt",
|
|
"lockpp",
|
|
"nlohmann-json",
|
|
{
|
|
"name": "qtwebchannel",
|
|
"platform": "!windows"
|
|
},
|
|
{
|
|
"name": "qtwebengine",
|
|
"platform": "!windows"
|
|
},
|
|
"tl-expected",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "webview2",
|
|
"platform": "windows"
|
|
},
|
|
{
|
|
"name": "wil",
|
|
"platform": "windows"
|
|
}
|
|
]
|
|
}
|