vcpkg/ports/magic-enum/vcpkg.json
Weihang Ding 0e12581197
[magic-enum] Bump to 0.9.3 (#32948)
* [magic-enum] Bump to 0.9.3

* update version database
2023-08-04 06:47:33 -07:00

18 lines
424 B
JSON

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