mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 14:29:03 +08:00
53219b7c4e
* add feature * update version * del webview2 * update version * del feature * update version * update to 2.0.0 * udpare version * update verison * update version * update to 2.1.0 * update version * add dependency * update version * delete version * update to 2.6 * update version
35 lines
629 B
JSON
35 lines
629 B
JSON
{
|
|
"name": "saucer",
|
|
"version": "2.1.0",
|
|
"description": "Next-gen desktop apps with web-frontend in C++",
|
|
"homepage": "https://saucer.github.io/",
|
|
"license": "MIT",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
"boost-callable-traits",
|
|
"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"
|
|
}
|
|
]
|
|
}
|