vcpkg/ports/perfetto/vcpkg.json
2024-10-15 20:11:41 -07:00

19 lines
355 B
JSON

{
"name": "perfetto",
"version": "48.1",
"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
}
]
}