vcpkg/ports/dingo/vcpkg.json

14 lines
260 B
JSON
Raw Normal View History

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