vcpkg/ports/kangaru/vcpkg.json
Guillaume Racicot e97f053a90
[kangaru ] Update to version 4.3.1 (#26839)
* 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>
2022-09-22 11:42:38 -07:00

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