mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:41:47 +08:00
18 lines
382 B
JSON
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"
|
|
}
|
|
}
|
|
}
|