aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/perfetto/vcpkg.json
blob: 4b824161b4315fc322e28b4343bc01926bfe694a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "perfetto",
  "version": "52.0",
  "description": "System profiling, app tracing and trace analysis",
  "homepage": "https://perfetto.dev",
  "license": "Apache-2.0",
  "supports": "!uwp & !x86",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}