mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 19:09:01 +08:00
81d262e853
* [nameof] Bump to 0.10.3 * update version database
18 lines
393 B
JSON
18 lines
393 B
JSON
{
|
|
"name": "nameof",
|
|
"version": "0.10.3",
|
|
"description": "Nameof operator for modern C++, simply obtain the name of a variable, type, function, macro, and enum.",
|
|
"homepage": "https://github.com/Neargye/nameof",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|