mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:48:59 +08:00
9588a00260
* oops, usage * oops, usage * Update ports/detours/vcpkg.json Co-authored-by: MonicaLiu <110024546+MonicaLiu0311@users.noreply.github.com> * Update ports/detours/portfile.cmake Co-authored-by: MonicaLiu <110024546+MonicaLiu0311@users.noreply.github.com> * 更新 detours.json --------- Co-authored-by: MonicaLiu <110024546+MonicaLiu0311@users.noreply.github.com>
10 lines
278 B
JSON
10 lines
278 B
JSON
{
|
|
"name": "detours",
|
|
"version": "4.0.1",
|
|
"port-version": 8,
|
|
"description": "Detours is a software package for monitoring and instrumenting API calls on Windows.",
|
|
"homepage": "https://github.com/microsoft/Detours",
|
|
"license": "MIT",
|
|
"supports": "windows & !uwp"
|
|
}
|