vcpkg/ports/lightningscanner/vcpkg.json

19 lines
432 B
JSON
Raw Normal View History

{
"name": "lightningscanner",
"version": "1.0.1",
"description": "A lightning-fast memory signature/pattern scanner, capable of scanning gigabytes of data per second.",
"homepage": "https://localcc.github.io/LightningScanner/",
"license": "MIT",
"supports": "!arm",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}