pineapple/externals/vcpkg/ports/optimus-cpp/vcpkg.json

14 lines
290 B
JSON
Raw Normal View History

2022-07-23 03:01:36 +02:00
{
"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
}
]
}