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
|
||
|
}
|
||
|
]
|
||
|
}
|