aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/ezfoundation/vcpkg.json
blob: 6b60fd29d4a4b7f68c801bf5d814666b95570eb2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "ezfoundation",
  "version": "21.10",
  "description": "Foundation library out of ezEngine",
  "homepage": "https://ezengine.net/",
  "license": "MIT",
  "supports": "windows | uwp",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}