diff options
Diffstat (limited to 'vcpkg/ports/dingo/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/dingo/vcpkg.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/vcpkg/ports/dingo/vcpkg.json b/vcpkg/ports/dingo/vcpkg.json new file mode 100644 index 0000000..c95ad6d --- /dev/null +++ b/vcpkg/ports/dingo/vcpkg.json @@ -0,0 +1,13 @@ +{ + "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 + } + ] +} |