aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/entt/vcpkg.json
blob: fb9cba94101aa0d83fe4d5905d53f3ea675dd518 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "entt",
  "version": "3.15.0",
  "description": "Gaming meets modern C++ - a fast and reliable entity-component system and much more",
  "homepage": "https://github.com/skypjack/entt",
  "license": "MIT",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}