mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 08:28:59 +08:00
14 lines
283 B
JSON
14 lines
283 B
JSON
{
|
|
"name": "fruit",
|
|
"version": "3.7.1",
|
|
"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
|
|
}
|
|
]
|
|
}
|