vcpkg/ports/recycle/vcpkg.json
Martin Stump f9bea5d581
[recycle] add new port (#28642)
* Add port steinwurf/recycle

* Run x-add-version

* Add license field

* Run x-add-version
2022-12-31 01:53:54 -08:00

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
}
]
}