diff options
Diffstat (limited to 'ports/magic-enum')
| -rw-r--r-- | ports/magic-enum/CONTROL | 4 | ||||
| -rw-r--r-- | ports/magic-enum/vcpkg.json | 7 |
2 files changed, 7 insertions, 4 deletions
diff --git a/ports/magic-enum/CONTROL b/ports/magic-enum/CONTROL deleted file mode 100644 index ae6aa68b8..000000000 --- a/ports/magic-enum/CONTROL +++ /dev/null @@ -1,4 +0,0 @@ -Source: magic-enum
-Version: 0.7.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
diff --git a/ports/magic-enum/vcpkg.json b/ports/magic-enum/vcpkg.json new file mode 100644 index 000000000..449796595 --- /dev/null +++ b/ports/magic-enum/vcpkg.json @@ -0,0 +1,7 @@ +{ + "name": "magic-enum", + "version-string": "0.7.3", + "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" +} |
