mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 19:09:01 +08:00
2ae78bef15
* [lightningscanner] update to version 1.0.1 * update versions
19 lines
432 B
JSON
19 lines
432 B
JSON
{
|
|
"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
|
|
}
|
|
]
|
|
}
|