vcpkg/ports/nlohmann-json/vcpkg.json
Florian Albrechtskirchinger 6943024ae1
[nlohmann-json] Update to 3.11.2 (#26124)
* Update nlohmann-json to 3.11.2

* Update versions
2022-08-15 09:42:24 -07:00

23 lines
417 B
JSON

{
"name": "nlohmann-json",
"version-semver": "3.11.2",
"description": "JSON for Modern C++",
"homepage": "https://github.com/nlohmann/json",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"diagnostics": {
"description": "Build json_diagnostics"
}
}
}