mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 20:32:00 +08:00
14 lines
240 B
JSON
14 lines
240 B
JSON
{
|
|
"name": "mhook",
|
|
"version": "2.5.1",
|
|
"port-version": 3,
|
|
"description": "A Windows API hooking library.",
|
|
"supports": "windows & !uwp & !arm",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|