mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 18:18:59 +08:00
6943024ae1
* Update nlohmann-json to 3.11.2 * Update versions
23 lines
417 B
JSON
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"
|
|
}
|
|
}
|
|
}
|