vcpkg/ports/kdbindings/vcpkg.json
2023-10-02 16:06:36 -07:00

18 lines
353 B
JSON

{
"name": "kdbindings",
"version": "1.0.3",
"description": "Reactive programming & data binding in C++",
"homepage": "https://github.com/KDAB/KDBindings",
"license": "MIT OR BSD-3-Clause",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}