mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 02:49:01 +08:00
c401167e29
* Update kangaru to 4.3.0 * Update CI baseline Co-authored-by: chausner <chausner@users.noreply.github.com>
18 lines
352 B
JSON
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
|
|
}
|
|
]
|
|
}
|