vcpkg/ports/saucer/vcpkg.json
jim wang 53219b7c4e
[saucer] update to 2.1.0 (#34732)
* 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
2023-11-08 09:36:24 -08:00

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"
}
]
}