mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 21:29:08 +08:00
e97f053a90
* Bumped kangaru version * Added versions * Bumped kangaru version * run x-add-version * Change name of the feature to globaltypeid * Run x-add-version * Apply suggestions from code review Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> * Fixed feature for hash based type id * Run x-add-version Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
23 lines
448 B
JSON
23 lines
448 B
JSON
{
|
|
"name": "kangaru",
|
|
"version": "4.3.1",
|
|
"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"
|
|
}
|
|
}
|
|
}
|