vcpkg/ports/kdbindings/vcpkg.json

18 lines
353 B
JSON
Raw Normal View History

{
"name": "kdbindings",
2024-10-08 03:09:50 +08:00
"version": "1.0.5",
"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
}
]
}