Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

20 lines
422 B
JSON

{
"name": "minhook",
"version": "1.3.3",
"port-version": 5,
"description": "The Minimalistic x86/x64 API Hooking Library for Windows.",
"homepage": "https://github.com/TsudaKageyu/minhook",
"license": "BSD-2-Clause",
"supports": "windows & !uwp & !arm",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}