mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:48:59 +08:00
19 lines
355 B
JSON
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
|
|
}
|
|
]
|
|
}
|