mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 18:39:02 +08:00
20 lines
463 B
JSON
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
|
|
}
|
|
]
|
|
}
|