updated vcpkg base line

This commit is contained in:
2026-07-19 16:16:06 +03:00
parent 078e00db0d
commit c068e3e0d8
2 changed files with 19 additions and 5 deletions
+18 -4
View File
@@ -21,7 +21,11 @@
"dependencies": [
{
"name": "omath",
"features": ["imgui", "lua", "hooking"]
"features": [
"imgui",
"lua",
"hooking"
]
}
]
},
@@ -50,16 +54,26 @@
"opengl",
{
"name": "omath",
"features": ["hooking"],
"features": [
"hooking"
],
"platform": "windows & !arm & !uwp"
},
{
"name": "imgui",
"features": ["glfw-binding", "opengl3-binding"]
"features": [
"glfw-binding",
"opengl3-binding"
]
},
{
"name": "imgui",
"features": ["dx9-binding", "dx11-binding", "dx12-binding", "win32-binding"],
"features": [
"dx9-binding",
"dx11-binding",
"dx12-binding",
"win32-binding"
],
"platform": "windows & !arm & !uwp"
}
]