mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 16:51:38 +08:00
c11ee6b3a7
* [nlohmann-json] Fix usage snippet * [nlohmann-json] Update port version
18 lines
324 B
JSON
18 lines
324 B
JSON
{
|
|
"name": "nlohmann-json",
|
|
"version-semver": "3.10.5",
|
|
"port-version": 2,
|
|
"description": "JSON for Modern C++",
|
|
"homepage": "https://github.com/nlohmann/json",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|