vcpkg/ports/presentmon/vcpkg.json

18 lines
382 B
JSON
Raw Permalink Normal View History

{
"name": "presentmon",
2024-08-07 05:18:08 +08:00
"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"
}
}
}