mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 09:59:07 +08:00
18 lines
337 B
JSON
18 lines
337 B
JSON
{
|
|
"name": "minhook",
|
|
"version": "1.3.3",
|
|
"port-version": 3,
|
|
"description": "The Minimalistic x86/x64 API Hooking Library for Windows.",
|
|
"supports": "windows & !uwp & !arm",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|