mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-01 04:39:06 +08:00
14 lines
260 B
JSON
14 lines
260 B
JSON
|
{
|
||
|
"name": "dingo",
|
||
|
"version": "0.1.0",
|
||
|
"description": "Dependency Injection Container for C++",
|
||
|
"homepage": "https://github.com/romanpauk/dingo",
|
||
|
"license": "MIT",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|