vcpkg/ports/perfetto/vcpkg.json
2024-08-08 21:17:11 -07:00

19 lines
355 B
JSON

{
"name": "perfetto",
"version": "47.0",
"description": "System profiling, app tracing and trace analysis",
"homepage": "https://perfetto.dev",
"license": "Apache-2.0",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}