vcpkg/ports/magic-enum/vcpkg.json
miyanyan 27a4debe0d
[magic-enum] update to 0.9.5 (#35162)
* [magic-enum] update to v0.9.5

* [magic-enum] update versions
2023-11-16 19:44:07 -08:00

18 lines
424 B
JSON

{
"name": "magic-enum",
"version": "0.9.5",
"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
}
]
}