vcpkg/ports/presentmon/vcpkg.json
2024-08-06 14:18:08 -07:00

18 lines
382 B
JSON

{
"name": "presentmon",
"version-semver": "2.1.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"
}
}
}