aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/minhook/vcpkg.json
blob: efc79e1dc13d5d2eecf8988dacb9ed5961a80cac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "minhook",
  "version": "1.3.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
    }
  ]
}