From 04df96a515e4a9d1805c63c66a5d6b01ebd014c4 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Sun, 29 Dec 2024 19:15:18 +0100 Subject: [PATCH] Build: Bump fmt dependency to 11.1.1, and spdlog to 1.15.0 --- conanfile.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conanfile.py b/conanfile.py index 925c08a..7448166 100644 --- a/conanfile.py +++ b/conanfile.py @@ -8,7 +8,7 @@ class MikageConan(ConanFile): requires = [ #"boost/1.79.0", "boost/1.84.0", - "spdlog/1.10.0", + "spdlog/1.15.0", "cryptopp/8.5.0", "sdl/2.0.20", # 2.0.18 fixed swapped X/Y buttons on Switch Pro Controller "range-v3/0.11.0", @@ -17,7 +17,7 @@ class MikageConan(ConanFile): "spirv-tools/1.3.268.0", "tracy/0.11.1", "xxhash/0.8.0", - "fmt/8.1.1", + "fmt/11.1.1", ] options = {