vcpkg/ports/kangaru/vcpkg.json
chausner c401167e29
[kangaru] Update to 4.3.0 (#24177)
* Update kangaru to 4.3.0

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2022-04-18 16:38:53 -07:00

18 lines
352 B
JSON

{
"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
}
]
}