diff options
Diffstat (limited to 'vcpkg/ports/recycle/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/recycle/vcpkg.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/vcpkg/ports/recycle/vcpkg.json b/vcpkg/ports/recycle/vcpkg.json new file mode 100644 index 0000000..5dbd917 --- /dev/null +++ b/vcpkg/ports/recycle/vcpkg.json @@ -0,0 +1,13 @@ +{ + "name": "recycle", + "version": "7.0.0", + "description": "Simple resource pool for recycling resources in C++", + "homepage": "https://github.com/steinwurf/recycle", + "license": "BSD-3-Clause", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + } + ] +} |