vcpkg/ports/saucer/vcpkg.json
مهدي شينون (Mehdi Chinoune) 7ae1d8ffd3
[saucer] build against Qt6 (#30368)
2023-03-24 23:05:39 -07:00

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