mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 08:39:06 +08:00
27fb19bdcc
* [many ports] Fix URLS of download patch * update version * Fix opencv4 and minhook * update version
20 lines
422 B
JSON
20 lines
422 B
JSON
{
|
|
"name": "minhook",
|
|
"version": "1.3.3",
|
|
"port-version": 4,
|
|
"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
|
|
}
|
|
]
|
|
}
|