vcpkg/ports/dingo/vcpkg.json
Roman Paukner 513aa7ceb3
[dingo] new port (#40202)
Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
2024-08-02 12:03:05 -07:00

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