mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 01:38:59 +08:00
f9bea5d581
* Add port steinwurf/recycle * Run x-add-version * Add license field * Run x-add-version
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
|
|
}
|
|
]
|
|
}
|