vcpkg/ports/spix/vcpkg.json
Matthias Kuhn 4bd67a4371
[spix] Add new port (#19351)
* [anyrpc] Bump version to export missing symbol

* [spix] Add port

* versioning

* Update ports/anyrpc/vcpkg.json

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>

* versioning

* Update ports/anyrpc/portfile.cmake

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>

* versioning

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2021-08-30 10:20:48 -07:00

19 lines
447 B
JSON

{
"name": "spix",
"version": "0.3",
"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",
"dependencies": [
"anyrpc",
{
"name": "qt5-base",
"default-features": false
},
"qt5-declarative",
{
"name": "vcpkg-cmake",
"host": true
}
]
}