aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/presentmon/vcpkg.json
blob: 67b26217cd97cf19714cd02d67fea4eb5927fdd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "presentmon",
  "version-semver": "2.3.0",
  "description": "PresentMon is a tool to capture and analyze ETW events related to swap chain presentation on Windows.",
  "supports": "windows & !uwp",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ],
  "features": {
    "tools": {
      "description": "Build tool PresentMon"
    }
  }
}