vcpkg/ports/nlohmann-json/vcpkg.json
Ryan Mast 088cdfa3e3
[nlohmann-json] update to 3.10.4 (#20792)
* [nlohmann-json] update to 3.10.4

* Update CI baseline

* CI
2021-10-18 14:32:32 -07:00

17 lines
303 B
JSON

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