vcpkg/ports/presentmon/vcpkg.json

18 lines
383 B
JSON
Raw Normal View History

{
"name": "presentmon",
2024-03-26 06:36:55 +08:00
"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"
}
}
}