mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:09:00 +08:00
513aa7ceb3
Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
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
|
|
}
|
|
]
|
|
}
|