mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-01 15:19:00 +08:00
14 lines
286 B
JSON
14 lines
286 B
JSON
|
{
|
||
|
"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
|
||
|
}
|
||
|
]
|
||
|
}
|