mirror of
https://github.com/orange-cpp/omath.git
synced 2026-05-06 10:23:27 +00:00
fixed dx12 overlay
This commit is contained in:
17
vcpkg.json
17
vcpkg.json
@@ -42,6 +42,21 @@
|
||||
],
|
||||
"supports": "(windows | linux) & !arm & !uwp"
|
||||
},
|
||||
"hooking-examples": {
|
||||
"description": "ImGui overlay examples for DX9/DX11/DX12 hooking (requires hooking feature)",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "omath",
|
||||
"features": ["hooking"]
|
||||
},
|
||||
{
|
||||
"name": "imgui",
|
||||
"features": ["dx9-binding", "dx11-binding", "dx12-binding", "win32-binding"],
|
||||
"default-features": false
|
||||
}
|
||||
],
|
||||
"supports": "windows & !arm & !uwp"
|
||||
},
|
||||
"examples": {
|
||||
"description": "Build examples",
|
||||
"dependencies": [
|
||||
@@ -50,7 +65,7 @@
|
||||
"opengl",
|
||||
{
|
||||
"name": "imgui",
|
||||
"features": ["glfw-binding", "opengl3-binding"]
|
||||
"features": ["glfw-binding", "opengl3-binding", "dx12-binding", "dx9-binding", "dx11-binding", "win32-binding"]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user