mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 08:39:01 +08:00
19 lines
445 B
JSON
19 lines
445 B
JSON
{
|
|
"name": "magic-enum",
|
|
"version": "0.9.6",
|
|
"port-version": 1,
|
|
"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
|
|
}
|
|
]
|
|
}
|