vcpkg/ports/saucer/vcpkg.json
MonicaLiu 495a22d89f
[glaze/saucer] Update glaze to 2.9.2 and saucer to 2.3.0 (#39524)
Co-authored-by: Monica <v-liumonica@microsoft.com>
2024-07-13 10:16:23 -04:00

36 lines
655 B
JSON

{
"name": "saucer",
"version": "2.3.0",
"description": "Next-gen desktop apps with web-frontend in C++",
"homepage": "https://saucer.github.io/",
"license": "MIT",
"supports": "!uwp",
"dependencies": [
"boost-callable-traits",
"boost-preprocessor",
"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"
}
]
}