vcpkg/ports/nameof/vcpkg.json
xiaozhuai, Weihang Ding 81d262e853
[nameof] Bump to 0.10.3 (#32523)
* [nameof] Bump to 0.10.3

* update version database
2023-07-12 13:06:59 -07:00

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
}
]
}