Build: Bump fmt dependency to 11.1.1, and spdlog to 1.15.0

This commit is contained in:
Emmanuel Gil Peyrot 2024-12-29 19:15:18 +01:00
parent 85db617797
commit 04df96a515

View file

@ -8,7 +8,7 @@ class MikageConan(ConanFile):
requires = [ requires = [
#"boost/1.79.0", #"boost/1.79.0",
"boost/1.84.0", "boost/1.84.0",
"spdlog/1.10.0", "spdlog/1.15.0",
"cryptopp/8.5.0", "cryptopp/8.5.0",
"sdl/2.0.20", # 2.0.18 fixed swapped X/Y buttons on Switch Pro Controller "sdl/2.0.20", # 2.0.18 fixed swapped X/Y buttons on Switch Pro Controller
"range-v3/0.11.0", "range-v3/0.11.0",
@ -17,7 +17,7 @@ class MikageConan(ConanFile):
"spirv-tools/1.3.268.0", "spirv-tools/1.3.268.0",
"tracy/0.11.1", "tracy/0.11.1",
"xxhash/0.8.0", "xxhash/0.8.0",
"fmt/8.1.1", "fmt/11.1.1",
] ]
options = { options = {