vcpkg/ports/presentmon/vcpkg.json
2024-03-25 15:36:55 -07:00

18 lines
383 B
JSON

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