vcpkg/ports/spix/vcpkg.json
2023-03-28 14:25:14 -07:00

20 lines
463 B
JSON

{
"name": "spix",
"version": "0.5",
"description": "A minimally invasive UI testing library that enables your Qt/QML app's UI to be controlled either via c++ code, or through an http RPC interface.",
"homepage": "https://github.com/faaxm/spix",
"license": "MIT",
"dependencies": [
"anyrpc",
{
"name": "qtbase",
"default-features": false
},
"qtdeclarative",
{
"name": "vcpkg-cmake",
"host": true
}
]
}