mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-12-12 05:28:25 -05:00
18 lines
353 B
JSON
Executable File
18 lines
353 B
JSON
Executable File
{
|
|
"name": "kdbindings",
|
|
"version": "1.0.0",
|
|
"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
|
|
}
|
|
]
|
|
}
|