mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:17:16 +08:00
14 lines
290 B
JSON
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
|
||
|
}
|
||
|
]
|
||
|
}
|