blob: 70695ceb786f155bf82b7dd4560bc3c44b637e55 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
{
"name": "libhat",
"version": "0.8.0",
"description": "A high-performance, modern, C++20 library designed around game hacking.",
"homepage": "https://github.com/BasedInc/libhat",
"license": "MIT",
"supports": "windows | linux",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"hint": {
"description": "Enables support for the x86_64 scan hint, requires a small (2KB) data table"
}
}
}
|