vcpkg/ports/nlohmann-json/vcpkg.json
Kent efe9c8a3e3
[nlohmann-json] version 3.11.3 (#35385)
* nlohmann-json version 3.11.3

* ./vcpkg x-add-version --all

* Update ports/nlohmann-json/portfile.cmake

Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>

* Update nlohmann-json.json

---------

Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
2023-12-01 02:13:48 -08:00

23 lines
417 B
JSON

{
"name": "nlohmann-json",
"version-semver": "3.11.3",
"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"
}
}
}