vcpkg/ports/optimus-cpp/vcpkg.json
Vitaly ae163065b2
[optimus-cpp] New port: ID hashing and Obfuscation using Knuth's Algorithm for C++ (#22025)
* [optimus-cpp] New port: ID hashing and Obfuscation using Knuth's Algorithm for C++

* Changed reference

* Update version database

* Fix hash

* Update version database

* Review changes and update lib version

* fixver

* Update version database

* Update version database 2

* Fix vcpkg deps

* Update version database
2021-12-17 13:21:55 -05:00

14 lines
290 B
JSON

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