aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/optimus-cpp/vcpkg.json
blob: 2b8ee879d5077a51555190244a44d23c2e3a4b8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "optimus-cpp",
  "version": "0.3.0",
  "description": "ID hashing and Obfuscation using Knuth's Algorithm for C++",
  "homepage": "https://github.com/kafeg/optimus-cpp",
  "supports": "!uwp",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ]
}