From c068e3e0d8098ac40e643832c1bb5af969f71a98 Mon Sep 17 00:00:00 2001 From: Orange Date: Sun, 19 Jul 2026 16:16:06 +0300 Subject: [PATCH] updated vcpkg base line --- vcpkg-configuration.json | 2 +- vcpkg.json | 22 ++++++++++++++++++---- 2 files changed, 19 insertions(+), 5 deletions(-) diff --git a/vcpkg-configuration.json b/vcpkg-configuration.json index f14bf6b..e2edeec 100644 --- a/vcpkg-configuration.json +++ b/vcpkg-configuration.json @@ -1,7 +1,7 @@ { "default-registry": { "kind": "git", - "baseline": "b1b19307e2d2ec1eefbdb7ea069de7d4bcd31f01", + "baseline": "0878b5224d4a4968940ee296a2e7fae2d3b62983", "repository": "https://github.com/microsoft/vcpkg" }, "registries": [ diff --git a/vcpkg.json b/vcpkg.json index 27e3bef..edf7bef 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -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" } ]