mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-01 06:49:56 +08:00
19 lines
404 B
JSON
19 lines
404 B
JSON
{
|
|
"name": "presentmon",
|
|
"version-semver": "1.10.0",
|
|
"port-version": 1,
|
|
"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"
|
|
}
|
|
}
|
|
}
|