aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/enchantum/vcpkg.json
blob: f661f488e6290ab2ff9d395d73ce6db6e9eefcbe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "enchantum",
  "version": "0.3.0",
  "description": "Header-only C++20 fast compile time enum reflection library.",
  "homepage": "https://github.com/ZXShady/enchantum",
  "license": "MIT",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}