vcpkg/ports/fruit/vcpkg.json
chausner e56dde5d49
[fruit] Update to 3.7.0 (#29103)
* Update fruit to 3.7.0

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2023-01-24 00:46:17 -08:00

14 lines
283 B
JSON

{
"name": "fruit",
"version": "3.7.0",
"description": "Fruit, a dependency injection framework for C++ by Google",
"homepage": "https://github.com/google/fruit",
"license": "Apache-2.0",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
}
]
}