vcpkg/ports/range-v3/vcpkg.json
Billy O'Neal 5241c59aa0
[range-v3] Update to 0.12.0 (#25375)
* Update range-v3 to 0.12.0

* Add license note.
2022-06-22 08:16:17 -07:00

18 lines
331 B
JSON

{
"name": "range-v3",
"version": "0.12.0",
"description": "Range library for C++11/14/17/20.",
"homepage": "https://github.com/ericniebler/range-v3",
"license": null,
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}