diff options
Diffstat (limited to 'vcpkg/ports/optimus-cpp/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/optimus-cpp/vcpkg.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/vcpkg/ports/optimus-cpp/vcpkg.json b/vcpkg/ports/optimus-cpp/vcpkg.json new file mode 100644 index 0000000..2b8ee87 --- /dev/null +++ b/vcpkg/ports/optimus-cpp/vcpkg.json @@ -0,0 +1,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 + } + ] +} |