From df52fd69b79ae5e76ed88ce7ff7689db1be39043 Mon Sep 17 00:00:00 2001 From: goeiecool9999 <7033575+goeiecool9999@users.noreply.github.com> Date: Sun, 4 Jan 2026 19:18:54 +0100 Subject: [PATCH] vcpkg: update fmt to 12.1.0 --- dependencies/vcpkg | 2 +- vcpkg.json | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/dependencies/vcpkg b/dependencies/vcpkg index f0fb3ddb..af752f21 160000 --- a/dependencies/vcpkg +++ b/dependencies/vcpkg @@ -1 +1 @@ -Subproject commit f0fb3ddba5135b80982668de39dbaa139c00d281 +Subproject commit af752f21c9d79ba3df9cb0250ce2233933f58486 diff --git a/vcpkg.json b/vcpkg.json index 4d34981d..35750aee 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -25,7 +25,10 @@ "boost-property-tree", "boost-static-string", "boost-random", - "fmt", + { + "name": "fmt", + "version>=": "12.1.0" + }, "hidapi", "libpng", "glm",