mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 01:58:59 +08:00
188ff7a102
* [magic-enum] Update to v0.8.0 * x-add-version * fix deprecated * fix review * fix version * Update ports/magic-enum/portfile.cmake Co-authored-by: Thomas1664 <46387399+Thomas1664@users.noreply.github.com> * Update ports/magic-enum/portfile.cmake Co-authored-by: Thomas1664 <46387399+Thomas1664@users.noreply.github.com> * Update versions/m-/magic-enum.json Co-authored-by: Thomas1664 <46387399+Thomas1664@users.noreply.github.com> * fix review * overwrite-version * fix cmake * fix onfig_fixup * overwrite-version * delete extra blank line * overwrite-version Co-authored-by: Thomas1664 <46387399+Thomas1664@users.noreply.github.com>
18 lines
424 B
JSON
18 lines
424 B
JSON
{
|
|
"name": "magic-enum",
|
|
"version": "0.8.0",
|
|
"description": "Header-only C++17 library provides static reflection for enums, work with any enum type without any macro or boilerplate code.",
|
|
"homepage": "https://github.com/Neargye/magic_enum",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|