yuzu/externals/vcpkg/ports/magic-enum/vcpkg.json

18 lines
424 B
JSON
Executable File

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