vcpkg/ports/minhook/vcpkg.json
Lily Wang 27fb19bdcc
[many ports] Fix URLS of download patch (#33309)
* [many ports] Fix URLS of download patch

* update version

* Fix opencv4 and minhook

* update version
2023-08-23 12:03:24 -07:00

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