aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/fixed-containers/vcpkg.json
blob: 6d937185fd639bc2a8132082f0bdff9899fa15fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "fixed-containers",
  "version-date": "2024-09-19",
  "description": "C++ Fixed Containers",
  "homepage": "https://github.com/teslamotors/fixed-containers",
  "license": "MIT",
  "dependencies": [
    "magic-enum",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}