mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 21:51:48 +08:00
a29b8996cd
* Update nlohmann-json to 3.10.5 * Update CI baseline Co-authored-by: chausner <chausner@users.noreply.github.com>
17 lines
303 B
JSON
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
|
|
}
|
|
]
|
|
}
|