mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 06:39:08 +08:00
11461d415a
* [sacuer] Re-fix configure error * version
37 lines
660 B
JSON
37 lines
660 B
JSON
{
|
|
"name": "saucer",
|
|
"version": "1.0.1",
|
|
"port-version": 2,
|
|
"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": "qt5-webchannel",
|
|
"platform": "!windows"
|
|
},
|
|
{
|
|
"name": "qt5-webengine",
|
|
"platform": "!windows"
|
|
},
|
|
"tl-expected",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "webview2",
|
|
"platform": "windows"
|
|
},
|
|
{
|
|
"name": "wil",
|
|
"platform": "windows"
|
|
}
|
|
]
|
|
}
|