vcpkg/ports/nlohmann-json/vcpkg.json
chausner a29b8996cd
[nlohmann-json] Update to 3.10.5 (#22703)
* Update nlohmann-json to 3.10.5

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2022-01-24 15:13:05 -08:00

17 lines
303 B
JSON

{
"name": "nlohmann-json",
"version-semver": "3.10.5",
"description": "JSON for Modern C++",
"homepage": "https://github.com/nlohmann/json",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}