vcpkg/ports/recycle/vcpkg.json

14 lines
286 B
JSON
Raw Normal View History

{
"name": "recycle",
"version": "6.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
}
]
}