mirror of
https://github.com/orange-cpp/omath.git
synced 2026-05-06 10:23:27 +00:00
added dx12 hooking
This commit is contained in:
16
vcpkg.json
16
vcpkg.json
@@ -16,6 +16,15 @@
|
||||
}
|
||||
],
|
||||
"features": {
|
||||
"all": {
|
||||
"description": "Enable all additional features",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "omath",
|
||||
"features": ["imgui", "lua", "hooking"]
|
||||
}
|
||||
]
|
||||
},
|
||||
"avx2": {
|
||||
"description": "omath will use AVX2 to boost performance",
|
||||
"supports": "!arm"
|
||||
@@ -26,6 +35,13 @@
|
||||
"benchmark"
|
||||
]
|
||||
},
|
||||
"hooking": {
|
||||
"description": "Add interface for automatic hooking of DirectX",
|
||||
"dependencies": [
|
||||
"safetyhook"
|
||||
],
|
||||
"supports": "(windows | linux) & !arm & !uwp"
|
||||
},
|
||||
"examples": {
|
||||
"description": "Build examples",
|
||||
"dependencies": [
|
||||
|
||||
Reference in New Issue
Block a user