pineapple-src/externals/vcpkg/ports/kangaru/vcpkg.json
2022-07-23 03:01:36 +02:00

17 lines
352 B
JSON
Executable file

{
"name": "kangaru",
"version": "4.3.0",
"description": "A dependency injection container for C++11, C++14 and later",
"homepage": "https://github.com/gracicot/kangaru",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}