Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

23 lines
448 B
JSON

{
"name": "kangaru",
"version": "4.3.2",
"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
}
],
"features": {
"hashtypeid": {
"description": "Enable hash based type id"
}
}
}